MCPcopy 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
128PlatformSpecificFile PlatformSpecificFOpen(const char* filename, const char* flag) {
129 return fopen(filename, flag);
130}
131
132void PlatformSpecificFPuts(const char* str, PlatformSpecificFile file) {
133 fputs(str, (FILE*)file);

Callers 1

openFileForWriteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected