2.9
[glibc/nacl-glibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-vscanf.c
blobe75907b905627f8c5c93d74937741bd0b92e7a19
1 #include "nldbl-compat.h"
3 int
4 attribute_hidden
5 weak_function
6 vscanf (const char *fmt, va_list ap)
8 return __nldbl__IO_vfscanf (stdin, fmt, ap, NULL);