这里由于操作系统提供的: char *strerror(int errnum); int strerror_r(int errnum, char *buf, size_t buflen); /* XSI-compliant */ char *strerror_r( ...
確定! 回上一頁