MCPcopy Create free account
hub / github.com/cpputest/cpputest / DosFClose

Function DosFClose

src/Platforms/Dos/UtestPlatform.cpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136static void DosFClose(PlatformSpecificFile file)
137{
138 fclose((FILE*)file);
139}
140
141PlatformSpecificFile (*PlatformSpecificFOpen)(const char* filename, const char* flag) = DosFOpen;
142void (*PlatformSpecificFPuts)(const char* str, PlatformSpecificFile file) = DosFPuts;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected