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

Function FDOpen

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

Source from the content-addressed store, hash-verified

2884 return freopen(path, mode, stream);
2885}
2886inline FILE* FDOpen(int fd, const char* mode) { return fdopen(fd, mode); }
2887#endif
2888inline int FClose(FILE* fp) { return fclose(fp); }
2889#if !GTEST_OS_WINDOWS_MOBILE

Callers 1

DeathTestAbortFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected