9 lines
119 B
C
9 lines
119 B
C
extern void test_rpath(void);
|
|
extern void test_runpath(void);
|
|
|
|
void toplib(void)
|
|
{
|
|
test_rpath();
|
|
test_runpath();
|
|
}
|