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

Function PlatformSpecificVSNprintf

src/Platforms/Symbian/UtestPlatform.cpp:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89SimpleString GetPlatformSpecificTimeString() = TimeStringImplementation;
90
91int PlatformSpecificVSNprintf(char* str, size_t size, const char* format, va_list args) {
92 return vsnprintf(str, size, format, args);
93}
94
95void PlatformSpecificFlush() {
96 fflush(stdout);

Callers 3

VStringFromFormatFunction · 0.85
addMethod · 0.85
WrappedUpVSNPrintfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected