1extern int foo (void);
2
3int some_var;
4
5
6int
7foo (void)
8{
9 return some_var;
10}
11

Provided by KDAB

Privacy Policy
Learn to use CMake with our Intro Training
Find out more

source code of glibc/elf/reldepmod1.c