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

Function C2000FClose

src/Platforms/C2000/UtestPlatform.cpp:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143static void C2000FClose(PlatformSpecificFile file)
144{
145 fclose((FILE*)file);
146}
147
148PlatformSpecificFile (*PlatformSpecificFOpen)(const char* filename, const char* flag) = C2000FOpen;
149void (*PlatformSpecificFPuts)(const char* str, PlatformSpecificFile file) = C2000FPuts;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected