You could use strerror() instead of strerror_r() , and then optionally strdup() the result if you need to store the error string. This isn't ...
確定! 回上一頁