mirror of
https://github.com/reactos/CMake.git
synced 2024-11-23 11:39:48 +00:00
14 lines
130 B
C
14 lines
130 B
C
#include <${CHECK_INCLUDE_FILE_VAR}>
|
|
|
|
#ifdef __CLASSIC_C__
|
|
int main()
|
|
{
|
|
return 0;
|
|
}
|
|
#else
|
|
int main(void)
|
|
{
|
|
return 0;
|
|
}
|
|
#endif
|