MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / fileClose

Function fileClose

src/Core/src/FileStream.cpp:59–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 }
58
59 static void fileClose(FILE* fs)
60 {
61#ifdef _MSC_VER
62 _fclose_nolock(fs);
63#else
64 fclose(fs);
65#endif
66 }
67
68 static size_t getFileLength(FILE* fs)
69 {

Callers 1

closeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected