标签:targe 环境 gcc model c11 等级 不同 cygwin strong
年份 | 名称 |
---|---|
1983 | ANSI C |
1987 | C87 |
1999 | C99 |
2011 | C11 |
$ gcc -v
... ...
Target: x86_64-w64-mingw32
... ...
Thread model: win32
gcc version 8.1.0 (x86_64-win32-seh-rev0, Built by MinGW-W64 project)
Cygwin
,就打开试了这条代码$ gcc -posix -E -dM - </dev/null
... ...
#define __STDC_VERSION__ 201112L
... ...
Cygwin
$ man gcc
...
gnu11
gnu1x
GNU dialect of ISO C11. This is the default for C code. The name gnu1x is deprecated.
...
标签:targe 环境 gcc model c11 等级 不同 cygwin strong
原文地址:https://www.cnblogs.com/yorkyu/p/11440970.html