5 lines
91 B
C
5 lines
91 B
C
|
|
||
|
extern int testLibRequired(void);
|
||
|
|
||
|
int testLibDepends(void) { return testLibRequired(); }
|