We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3b1df commit 06e1d16Copy full SHA for 06e1d16
data/headers/windows/stdio.h
@@ -38,4 +38,3 @@ int vsprintf(char*, const char*, va_list);
38
int vsnprintf(char*, size_t, const char*, va_list);
39
int vasprintf(char**, const char*, va_list);
40
int vdprintf(int, const char*, va_list);
41
-int _snprintf(char*, size_t, const char*, ...);
0 commit comments