7 lines
74 B
C
7 lines
74 B
C
extern int not_hidden(void);
|
|
|
|
int shared(void)
|
|
{
|
|
return not_hidden();
|
|
}
|