Raw File
useExternal.c
extern int external(void);

int main(void)
{
  return external();
}
back to top