mirror of
https://github.com/reactos/CMake.git
synced 2024-12-04 17:56:26 +00:00
6 lines
53 B
C
6 lines
53 B
C
|
extern int myc(void);
|
||
|
int main()
|
||
|
{
|
||
|
return myc();
|
||
|
}
|