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