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

Function C2000FPuts

src/Platforms/C2000/UtestPlatform.cpp:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138static void C2000FPuts(const char* str, PlatformSpecificFile file)
139{
140 fputs(str, (FILE*)file);
141}
142
143static void C2000FClose(PlatformSpecificFile file)
144{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected