MCPcopy Create free account
hub / github.com/bwapi/bwapi / VSNPrintf

Function VSNPrintf

bwapi/Util/Source/Util/Convenience.h:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34template <size_t N>
35inline void VSNPrintf(char (&dst)[N], const char *fmt, va_list &ap)
36{
37 vsnprintf(dst, N-1, fmt, ap);
38 StrTerminate(dst);
39}

Callers

nothing calls this directly

Calls 1

StrTerminateFunction · 0.70

Tested by

no test coverage detected