0b44a031
14f0272e
400c5e5c
1 2
3
4
5
6 7 8
9 10
#include <stdio.h> #include <stdarg.h> #include "libc.h" int vscanf(const char *restrict fmt, va_list ap) { return vfscanf(stdin, fmt, ap); } weak_alias(vscanf,__isoc99_vscanf);