open API
2019. 4. 8. 01:12ㆍ임베디드/리눅스시스템프로그래밍
1. !man 2 open
2. warning: implicit declaration of function ‘close’ [-Wimplicit-function-declaration]
=> #include <unistd.h> 추가로 해결 가능
3. dprintf는 파일 디스크립터 기반의 쓰기 함수
'임베디드 > 리눅스시스템프로그래밍' 카테고리의 다른 글
저수준 파일 API-2 (0) | 2019.04.08 |
---|---|
다양한 open flag (0) | 2019.04.08 |
저수준 파일 API (0) | 2019.04.08 |
binary 파일 읽고 쓰기 (0) | 2019.04.07 |
text mode와 binary mode (0) | 2019.04.07 |