기초/C2011. 7. 28. 11:59
 

고수준

저수준

표준입력

stdin

0

표준출력

stdout

1

표준에러

stderr

2

선언

FILE *

int

열기

file = fopen("파일명","모드")

file = open("파일명", 모드)

닫기

fclose

close

쓰기

fwrite

read

읽기

fread

write

 

'기초 > C' 카테고리의 다른 글

register int  (0) 2011.07.28
메모리 주소  (0) 2011.07.28
Stack  (0) 2011.07.18
linked list 예제 코드  (0) 2011.06.21
malloc  (0) 2011.06.21
Posted by ICT 기술 블로그