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

Function DosFOpen

src/Platforms/Dos/UtestPlatform.cpp:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124int (*PlatformSpecificVSNprintf)(char *, size_t, const char*, va_list) = DosVSNprintf;
125
126PlatformSpecificFile DosFOpen(const char* filename, const char* flag)
127{
128 return fopen(filename, flag);
129}
130
131static void DosFPuts(const char* str, PlatformSpecificFile file)
132{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected