mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 17:06:01 +02:00
c99: add link
This commit is contained in:
parent
d245a06a4c
commit
432f120133
3 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# c99
|
||||
|
||||
> Compila programmi C secondo lo standard ISO C.
|
||||
> Maggiori informazioni: <https://man.archlinux.org/man/c99.1p>.
|
||||
|
||||
- Compila file sorgente/i e crea un eseguibile:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# c99
|
||||
|
||||
> ISO C 표준에 따라 C 프로그램을 컴파일한다.
|
||||
> 더 많은 정보: <https://man.archlinux.org/man/c99.1p>.
|
||||
|
||||
- 원본 파일 컴파일 및 실행 파일 생성:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# c99
|
||||
|
||||
> Compiles C programs according to the ISO C standard.
|
||||
> More information: <https://man.archlinux.org/man/c99.1p>.
|
||||
|
||||
- Compile source file(s) and create an executable:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue