mainc.c 53 B

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