int x = 100; extern int plus(int a, int b) { return a + b; } int plus_three(int a, int b, int c) { return a + b + c; }