blob: 933ccd3c0280377f1bdae588876736195425b64d [file] [log] [blame]
extern int circlemod2 (void);
int
circlemod1 (void)
{
return circlemod2 ();
}