1 2 3 4 5
/* Calls a function defined in helpers/helper.c — no local prototype */ int main(void) { int result = helper_compute(42); return result; }