]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/ieee754/ldbl-opt/nldbl-vfscanf.c
2.5-18.1
[thirdparty/glibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-vfscanf.c
1 #include "nldbl-compat.h"
2
3 int
4 attribute_hidden
5 __vfscanf (FILE *s, const char *fmt, va_list ap)
6 {
7 return __nldbl__IO_vfscanf (s, fmt, ap, NULL);
8 }
9 extern __typeof (__vfscanf) vfscanf attribute_hidden;
10 weak_alias (__vfscanf, vfscanf)