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

Function PlatformSpecificFlush

src/Platforms/Symbian/UtestPlatform.cpp:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void PlatformSpecificFlush() {
96 fflush(stdout);
97}
98
99int PlatformSpecificPutchar(int c) {
100 return putchar(c);

Callers 1

flushMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected