toplib.c 63 B

123456
  1. extern void testlib(void);
  2. void toplib(void)
  3. {
  4. testlib();
  5. }