DEBSOURCES
Skip Quicknav
sources / glibc / 2.24-10 / elf / nodlopenmod2.c
123456789
extern int a; extern int foo (void); int foo (void) { return a; }