strerror

function

시스템 오류 번호에 대한 오류 메세지를 문자열로 반환하는 함수이다.

#include <string.h>

char *strerror(int errnum);

parameters

return value

example