Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

리눅스연습

From ZeroWiki
Revision as of 05:29, 7 February 2021 by imported>Unknown
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

putty

(zeropage)ViImproved (zeropage)2005리눅스프로젝트 (zeropage)Linux (zeropage)Linux/필수명령어 (zeropage)Linux/RegularExpression


ISBN 8979143036


gcc -W -Wall -O2 -o like like.c love.c
gcc -W -Wall -O2 -o like like.c love.c -lm                  <- 링크 옵션 -l로 libm.a. 라이브러리를 포함시킨다는 것을 명시.

Make란?


egrep

[1]


리눅스 및 VMware