strerror, strerror_r - get error message string SYNOPSIS #include <string.h> char *strerror(int errnum); int strerror_r(int errnum, char *strerrbuf, ...
確定! 回上一頁