Revision dcae93ee072292ef164d2361c7f3c860f167b46a authored by Brad King on 06 May 2014, 14:02:08 UTC, committed by Brad King on 06 May 2014, 14:02:08 UTC
2 parent s c553d68 + c0a6646
Raw File
CheckIncludeFile.c.in
#include <${CHECK_INCLUDE_FILE_VAR}>

#ifdef __CLASSIC_C__
int main()
{
  return 0;
}
#else
int main(void)
{
  return 0;
}
#endif
back to top