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

Function CL2000Flush

src/Platforms/C2000/UtestPlatform.cpp:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169static void CL2000Flush()
170{
171 fflush(stdout);
172}
173
174extern int (*PlatformSpecificPutchar)(int c) = CL2000Putchar;
175extern void (*PlatformSpecificFlush)(void) = CL2000Flush;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected