#include extern int adder(int a, int b); int main() { printf("%d\n", adder(1, 4)); return 0; }