shared.c 72 B

123
  1. extern int not_hidden(void);
  2. int shared(void) { return not_hidden(); }