1extern int circlemod2 (void);
2
3int
4circlemod1 (void)
5{
6 return circlemod2 ();
7}
8

Provided by KDAB

Privacy Policy
Improve your Profiling and Debugging skills
Find out more

source code of glibc/elf/circlemod1.c