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