Modules/CheckIncludeFile.c.in (
12
lines of code) (
raw
):
#include <${CHECK_INCLUDE_FILE_VAR}> #ifdef __CLASSIC_C__ int main() { return 0; } #else int main(void) { return 0; } #endif