4 lines
72 B
C
4 lines
72 B
C
|
extern int not_hidden(void);
|
||
|
|
||
|
int shared(void) { return not_hidden(); }
|