blob: 6fe6d6144f347f15b9797180482e318f6e83edd2 [file] [log] [blame]
#include <stdarg.h>
#include <stdio.h>
#include "libc.h"
int vscanf(const char* restrict fmt, va_list ap) { return vfscanf(stdin, fmt, ap); }