topexe.c 72 B

1234567
  1. extern void testlib(void);
  2. int main(void)
  3. {
  4. testlib();
  5. return 0;
  6. }