摘要: #include <string.h> char *strerror(int errnum); int strerror_r(int errnum, char *buf, size_t n); 函数strerror和strerror_r均是根据错误码得到对应的错误描述。 但是strerror_r是更 阅读全文
posted @ 2020-09-08 10:32 熊鑫xxx1x 阅读(4644) 评论(0) 推荐(1)