1extern const char *foo (void);
2
3const char *
4foo (void)
5{
6 return __FILE__;
7}
8

Provided by KDAB

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

source code of glibc/elf/filtmod2.c