c99: add Italian translation.
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
51de02ee3d
commit
782a5460f5
19
pages.it/common/c99.md
Normal file
19
pages.it/common/c99.md
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
# c99
|
||||||
|
|
||||||
|
> Compila programmi C secondo lo standard ISO C.
|
||||||
|
|
||||||
|
- Compila file sorgente/i e crea un eseguibile:
|
||||||
|
|
||||||
|
`c99 {{file.c}}`
|
||||||
|
|
||||||
|
- Compila file sorgente/i e crea un eseguibile con un nome personalizzato:
|
||||||
|
|
||||||
|
`c99 -o {{nome_eseguibile}} {{file.c}}`
|
||||||
|
|
||||||
|
- Compila file sorgente/i e crea file oggetto:
|
||||||
|
|
||||||
|
`c99 -c {{file.c}}`
|
||||||
|
|
||||||
|
- Compila file sorgente/i linkando con file oggetto e crea un eseguibile:
|
||||||
|
|
||||||
|
`c99 {{file.c}} {{file.o}}`
|
Reference in New Issue
Block a user