extern int iface(void);

int main(void)
{
  return iface();
}
