Raw File
main.cxx
extern "C" int Cobj(void);
int main()
{
  return Cobj();
}
back to top