blob: 0d3340cb1da4c6cd970fa357b373290da6d9d5cd [file] [log] [blame]
#include <stdarg.h>
#include <stdio.h>
#include <wchar.h>
#include "libc.h"
int vwscanf(const wchar_t* restrict fmt, va_list ap) { return vfwscanf(stdin, fmt, ap); }