3 lines
57 B
C++
3 lines
57 B
C++
|
extern "C" int Cobj(void);
|
||
|
int main() { return Cobj(); }
|