Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
95
void PlatformSpecificFlush() {
96
fflush(stdout);
97
}
98
99
int PlatformSpecificPutchar(int c) {
100
return putchar(c);
Callers
1
flush
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected