MCPcopy Create free account
hub / github.com/IoLanguage/io / vsnprintf

Function vsnprintf

libs/basekit/source/PortableSnprintf.c:775–777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

773
774#if !defined(HAVE_VSNPRINTF) || !defined(HAVE_C99_VSNPRINTF)
775int vsnprintf(char *str, size_t count, const char *fmt, va_list args) {
776 return dopr(str, count, fmt, args);
777}
778#endif
779
780#if !defined(HAVE_SNPRINTF) || !defined(HAVE_C99_VSNPRINTF)

Callers 2

snprintfFunction · 0.85
vasprintfFunction · 0.85

Calls 1

doprFunction · 0.85

Tested by

no test coverage detected