MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / StrError

Function StrError

rtpose_wrapper/src/gtest/gtest.h:2700–2700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2698}
2699inline int Close(int fd) { return close(fd); }
2700inline const char* StrError(int errnum) { return strerror(errnum); }
2701#endif
2702inline const char* GetEnv(const char* name) {
2703#if GTEST_OS_WINDOWS_MOBILE

Callers 1

GetLastErrnoDescriptionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected