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