참고


errno

man 2 intro를 하거나 man 2 errno 를 하면 볼 수 있다.

#include <sys/errno.h>

perror

man 3 perrorman 3 strerror 를 하면 볼 수 있다.

#include <stdio.h>
void perror(const char*s);
extern const char * const sts_errlist[];
extern const int sts_nerr;