c99
Compiles C programs according to the ISO C standard.
=> More information.
- Compile source file(s) and create an executable:
c99 {file.c}
- Compile source file(s) and create an executable with a custom name:
c99 -o {executable_name} {file.c}
- Compile source file(s) and create object file(s):
c99 -c {file.c}
- Compile source file(s), link with object file(s), and create an executable:
c99 {file.c} {file.o}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY
Proxy Information
- Original URL
- gemini://freeshell.de/tldr/c99.gmi
- Status Code
- Success (20)
- Meta
text/gemini;lang=en-GB
- Capsule Response Time
- 104.679931 milliseconds
- Gemini-to-HTML Time
- 0.298819 milliseconds
This content has been proxied by September (ba2dc).