2015-08-17 11:37:30 +02:00

4 lines
72 B
C

extern int not_hidden(void);
int shared(void) { return not_hidden(); }