2016-07-09 11:21:54 +02:00

7 lines
74 B
C

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