toplib.c 119 B

12345678
  1. extern void test_rpath(void);
  2. extern void test_runpath(void);
  3. void toplib(void)
  4. {
  5. test_rpath();
  6. test_runpath();
  7. }