MCPcopy Create free account
hub / github.com/apache/singa / StrError

Function StrError

test/gtest/gtest.h:2897–2897  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2895}
2896inline int Close(int fd) { return close(fd); }
2897inline const char* StrError(int errnum) { return strerror(errnum); }
2898#endif
2899inline const char* GetEnv(const char* name) {
2900#if GTEST_OS_WINDOWS_MOBILE

Callers 1

GetLastErrnoDescriptionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected