MCPcopy Create free account
hub / github.com/Scobalula/Greyhound / TestStrPrintfV

Function TestStrPrintfV

src/External/CascLib/test/TLogHelper.cpp:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169size_t TestStrPrintfV(char * buffer, size_t nCount, const char * format, va_list argList)
170{
171 return vsnprintf(buffer, nCount, format, argList);
172}
173
174size_t TestStrPrintf(char * buffer, size_t nCount, const char * format, ...)
175{

Callers 2

TestStrPrintfFunction · 0.85
PrintWithClreolMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected