strerror_r isn't implemented. Possible implementation... int strerror_r(int errnum, char *buf, size_t buflen) { return strerror_s(buf, ...
確定! 回上一頁