에러 확인

2019. 4. 16. 22:03임베디드/리눅스시스템프로그래밍

errno: error 넘버

strerror: error 넘버를 string으로 해석

 

https://github.com/surinoel/lsp/blob/master/error.c

'임베디드 > 리눅스시스템프로그래밍' 카테고리의 다른 글

inotify  (0) 2019.04.18
프로세스와 3개의 fd  (0) 2019.04.17
파일을 이용한 동기화  (0) 2019.04.16
파일쓰기  (0) 2019.04.16
O_CREAT와 mask  (0) 2019.04.12