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

Function PlatformSpecificFPuts

src/Platforms/Symbian/UtestPlatform.cpp:132–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132void PlatformSpecificFPuts(const char* str, PlatformSpecificFile file) {
133 fputs(str, (FILE*)file);
134}
135
136void PlatformSpecificFClose(PlatformSpecificFile file) {
137 fclose((FILE*)file);

Callers 1

writeToFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected