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

Function DosFPuts

src/Platforms/Dos/UtestPlatform.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131static void DosFPuts(const char* str, PlatformSpecificFile file)
132{
133 fputs(str, (FILE*)file);
134}
135
136static void DosFClose(PlatformSpecificFile file)
137{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected