Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
template <size_t N>
35
inline 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
StrTerminate
Function · 0.70
Tested by
no test coverage detected