'Manual'에 해당되는 글 201건
- 2019.09.24 fflush(3) - stream buffer를 쓰기를 수행하여 비움
- 2019.09.24 ftell(3) - stream의 읽기/쓰기 위치 얻기
- 2019.09.24 fseek(3) - stream 읽기/쓰기 위치변경
- 2019.09.24 fputc(3) - stream으로 1바이트 쓰기
- 2019.09.24 fgets(3) - stream으로부터 1라인 읽기
- 2019.09.24 ungetc(3) - stream으로 1 byte 되돌리기
- 2019.09.24 fgetc(3) - stream으로부터 1byte 읽기
- 2019.09.24 fwrite(3) - binary stream 쓰기
- 2019.09.24 fread(3) - binary stream 읽기
- 2019.09.24 fclose(3) - open된 stream 닫기
- 2019.09.24 fopen(3) - 읽기/쓰기 위해 파일을 열기
- 2019.09.23 gethostbyname(3) - 서버 이름으로 IP 주소 조회
- 2019.09.23 dirname(3) - path에서 directory 부분 얻기
- 2019.09.23 basename(3) - path에서 끝 이름을 얻는 함수
- 2019.09.23 telldir(3) - 디렉토리 정보를 읽는 현재 위치 얻기
- 2019.09.23 seekdir(3) - 다음 읽을 위치를 지정함
- 2019.09.23 scandir(3) - 디렉토리에 존재하는 파일 및 디렉토리 전체 목록 조회
- 2019.09.23 rewinddir(3) - 디렉토리 정보 읽기 위치를 처음으로 이동
- 2019.09.23 readdir(3) - 디렉토리 소속의 파일정보를 읽음
- 2019.09.23 opendir(3)/fdopendir(3) - 디렉토리의 파일목록 조회 시작
- 2019.09.23 closedir(3) - 디렉토리 검색 종료