#include <string.h> char *strerror(int errnum); char *strerror_r(int errnum, char *buf, size_t buflen);. 其中, strerror_r 是一个安全版本, ...
確定! 回上一頁