Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ PlatformSpecificFPuts
Function
PlatformSpecificFPuts
src/Platforms/Symbian/UtestPlatform.cpp:132–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
}
131
132
void PlatformSpecificFPuts(const char* str, PlatformSpecificFile file) {
133
fputs(str, (FILE*)file);
134
}
135
136
void PlatformSpecificFClose(PlatformSpecificFile file) {
137
fclose((FILE*)file);
Callers
1
writeToFile
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected