strerror_r (3). #include <string.h> /* XSI-compliant */ int strerror_r(int errnum, char *buf, size_t buflen); /* GNU-specific */ char ...
確定! 回上一頁