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

Function C2000FOpen

src/Platforms/C2000/UtestPlatform.cpp:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131extern int (*PlatformSpecificVSNprintf)(char *, size_t, const char*, va_list) = vsnprintf;
132
133PlatformSpecificFile C2000FOpen(const char* filename, const char* flag)
134{
135 return fopen(filename, flag);
136}
137
138static void C2000FPuts(const char* str, PlatformSpecificFile file)
139{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected