Sha256: b26b22f73b07206c5fd948173edbbf400aba504bdde54fc5e3eff5b2374c3bb3

Contents?: true

Size: 728 Bytes

Versions: 30

Compression:

Stored size: 728 Bytes

Contents

  const char features[] = {"\n"
"C_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400
"1"
#else
"0"
#endif
"c_function_prototypes\n"
"C_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
"1"
#else
"0"
#endif
"c_restrict\n"
"C_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
"1"
#else
"0"
#endif
"c_static_assert\n"
"C_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
"1"
#else
"0"
#endif
"c_variadic_macros\n"

};

int main(int argc, char** argv) { (void)argv; return features[argc]; }

Version data entries

30 entries across 30 versions & 2 rubygems

Version Path
mathematical-1.6.5 ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.c
mathematical-1.6.4 ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.c
mathematical-1.6.3 ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.c
mathematical-1.6.2 ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.c
mathematical-1.6.1 ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.c
mathematical-1.6.0 ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.c
commonmarker-0.10.0 ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c
commonmarker-0.9.2 ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c
commonmarker-0.9.0 ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c
commonmarker-0.8.0 ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c