输出错误,errno是默认的全局变量
错误处理函数:
错误号:errno
perror函数: void perror(const char *s);
strerror函数: char *strerror(int errnum);
查看错误号:
/usr/include/asm-generic/errno-base.h
/usr/include/asm-generic/errno.h
输出错误,errno是默认的全局变量
错误号:errno
perror函数: void perror(const char *s);
strerror函数: char *strerror(int errnum);
查看错误号:
/usr/include/asm-generic/errno-base.h
/usr/include/asm-generic/errno.h