c99 Command Examples

Compile C programs according to the ISO C standard. More information: https://manned.org/c99.

c99 {{file.c}}

c99 -o {{executable_name}} {{file.c}}

c99 -c {{file.c}}

c99 {{file.c}} {{file.o}}