4.6.3.3 Std Option

The -std=standard option specifies the C standard to which the compiler assumes source code will conform. The allowable standards are listed below.

Table 4-20. Acceptable Language Standards
StandardSupports
c89 or c90ISO C90 (ANSI) programs.
c99ISO C99 programs.