MCPcopy Create free account
hub / github.com/MikeMirzayanov/testlib / close

Method close

testlib.h:1981–1986  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1979 }
1980
1981 void close() {
1982 if (NULL != file) {
1983 fclose(file);
1984 file = NULL;
1985 }
1986 }
1987};
1988
1989const size_t BufferedFileInputStreamReader::BUFFER_SIZE = 2000000;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected