linux 系统调用及错误处理:https://blog.csdn.net/freecls/article/details/80369878
1 | void perror(const char *msg); |
1 | char *strerror(int errnum); |
linux 系统调用及错误处理:https://blog.csdn.net/freecls/article/details/80369878
1 | void perror(const char *msg); |
1 | char *strerror(int errnum); |