mirror of
https://github.com/reactos/CMake.git
synced 2025-02-14 16:38:42 +00:00
6 lines
67 B
C
6 lines
67 B
C
extern int ObjCMain(void);
|
|
int main(void)
|
|
{
|
|
return ObjCMain();
|
|
}
|