3 lines
61 B
C
3 lines
61 B
C
|
extern int innerlib(void);
|
||
|
int main() { return innerlib(); }
|