glibc/elf/circlemod1.c

8 lines
81 B
C

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