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

Function FDOpen

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

Source from the content-addressed store, hash-verified

2687 return freopen(path, mode, stream);
2688}
2689inline FILE* FDOpen(int fd, const char* mode) { return fdopen(fd, mode); }
2690#endif
2691inline int FClose(FILE* fp) { return fclose(fp); }
2692#if !GTEST_OS_WINDOWS_MOBILE

Callers 1

DeathTestAbortFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected