MCPcopy Create free account
hub / github.com/aldostools/webMAN-MOD / vsprintf

Function vsprintf

printf.c:796–799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

794}
795
796int vsprintf(char *buf, const char *fmt, va_list args)
797{
798 return vsnprintf(buf, INT_MAX, fmt, args);
799}
800
801int sprintf(char *buffer, const char *fmt, ...)
802{//__attribute__ ((format (printf, 2, 3)))

Callers 1

sprintfFunction · 0.70

Calls 1

vsnprintfFunction · 0.70

Tested by

no test coverage detected