1 2 3 4 5 6 7 8 9
#include <wchar.h> int vswscanf(const wchar_t * restrict s, const wchar_t * restrict format, va_list arg) { } /* STDC(199901) */