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