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

Function FClose

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

Source from the content-addressed store, hash-verified

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
2890inline int Read(int fd, void* buf, unsigned int count) {
2891 return static_cast<int>(read(fd, buf, count));

Callers 1

GetCapturedStringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected