testLib6c.c 77 B

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