shared.c 74 B

123456
  1. extern int not_hidden(void);
  2. int shared(void)
  3. {
  4. return not_hidden();
  5. }