1 2 3 4 5 6 7 8 9 10
#include <stdio.h> #include "stdarg.h" int vsscanf(const char * restrict s, const char * restrict format, va_list arg) { } /* STDC(199901) */