5.7.3.9 Std Option
The -std=standard
option specifies the C
standard to which the compiler assumes source code will conform. The allowable standards
are tabulated below.
Standard | Supports |
---|---|
c89 or
c90 |
ISO C90 (ANSI) programs. |
c99 |
ISO C99 programs. |