-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

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



-- Response ended

-- Page fetched on Tue May 21 04:59:17 2024