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