... StrError() { 33 0 : return StrError(errno); 34 : } 35 : #endif // HAVE_ERRNO_H 36 : 37 1 : std::string StrError(int errnum) { 38 : std::string str; ...
確定! 回上一頁