시스템 오류 번호에 대한 오류 메세지를 문자열로 반환하는 함수이다.
#include <string.h> char *strerror(int errnum);
errnum
오류 번호와 일치하는 오류 메세지 문자열
NULL
"Unknown error nnn"