You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
149 B

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