main.c   [plain text]


extern int foo ();

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