The C library function char *strerror(int errnum) searches an internal array for the error number errnum and returns a pointer to an error message string.
確定! 回上一頁