Syntax

-std=s

-std=list

Description

The -std option sets the language standard to use.

Example

To set the language to c99 core you would use:

cc -std=c99 … 

To list supported language standards:

cc -std=list