glibc/elf/circlemod2a.c

8 lines
81 B
C

extern int circlemod3 (void);
int
circlemod2 (void)
{
return circlemod3 ();
}