extern int myc(void);
int main(void)
{
  return myc();
}