Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
796
int vsprintf(char *buf, const char *fmt, va_list args)
797
{
798
return vsnprintf(buf, INT_MAX, fmt, args);
799
}
800
801
int sprintf(char *buffer, const char *fmt, ...)
802
{//__attribute__ ((format (printf, 2, 3)))
Callers
1
sprintf
Function · 0.70
Calls
1
vsnprintf
Function · 0.70
Tested by
no test coverage detected