initial commit
[glibc.git] / elf / circlemod1.c
1 extern int circlemod2 (void);
2
3 int
4 circlemod1 (void)
5 {
6 return circlemod2 ();
7 }