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

Function DosVSNprintf

src/Platforms/Dos/UtestPlatform.cpp:118–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118static int DosVSNprintf(char* str, size_t size, const char* format, va_list args) {
119 return vsnprintf(str, size, format, args);
120}
121
122long (*GetPlatformSpecificTimeInMillis)() = DosTimeInMillis;
123const char* (*GetPlatformSpecificTimeString)() = DosTimeString;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected