#include
int main(void)
{
#if defined STDC_LIB_EXT1
printf_s("optional functions are defined.");
#else
printf_s("optional functions are not defined.");
#endif
getchar();
}
我已经在visual stdio2013中定义了这个符号,可为什么它还是显示optional function are not defined.
这是什么原因, 被Ivor Horton骗了?
如何定义的?如果自带,要看2013版本是否真的支持或者在update中支持