34 lines
511 B
Markdown
34 lines
511 B
Markdown
cdialect
|
|
|
|
```lua
|
|
cdialect "value"
|
|
```
|
|
|
|
### Parameters ###
|
|
|
|
`value` one of:
|
|
* `Default` - needs documentation.
|
|
* `C89` - needs documentation.
|
|
* `C90` - needs documentation.
|
|
* `C99` - needs documentation.
|
|
* `C11` - needs documentation.
|
|
* `gnu89` - needs documentation.
|
|
* `gnu90` - needs documentation.
|
|
* `gnu99` - needs documentation.
|
|
* `gnu11` - needs documentation.
|
|
|
|
### Applies To ###
|
|
|
|
The `config` scope.
|
|
|
|
### Availability ###
|
|
|
|
Premake 5.0.0 alpha 12 or later.
|
|
|
|
### Examples ###
|
|
|
|
```lua
|
|
cdialect "value"
|
|
```
|
|
|