MCPcopy Create free account
hub / github.com/capstone-engine/capstone / vsnprintf

Function vsnprintf

contrib/windows_kernel/libc.cpp:134–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134int
135__cdecl vsnprintf(
136 char *buffer,
137 size_t count,
138 const char *format,
139 va_list argptr
140)
141{
142 return vsprintf_s(buffer, count, format, argptr);
143}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…