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

Function DosFlush

src/Platforms/Dos/UtestPlatform.cpp:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150static void DosFlush()
151{
152 fflush(stdout);
153}
154
155extern int (*PlatformSpecificPutchar)(int c) = DosPutchar;
156extern void (*PlatformSpecificFlush)(void) = DosFlush;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected