main.c 57 B

12345
  1. extern int foo(void);
  2. int main(void)
  3. {
  4. return foo();
  5. }