MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / FReopen

Function FReopen

tests/gtest/gtest.h:2337–2339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2335}
2336#if !GTEST_OS_WINDOWS_MOBILE
2337inline FILE *FReopen(const char* path, const char* mode, FILE* stream) {
2338 return freopen(path, mode, stream);
2339}
2340inline FILE* FDOpen(int fd, const char* mode) { return fdopen(fd, mode); }
2341#endif
2342inline int FClose(FILE* fp) { return fclose(fp); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected