glibc/sysdeps/ieee754/ldbl-opt/nldbl-iovfscanf.c

9 lines
167 B
C

#include "nldbl-compat.h"
int
attribute_hidden
_IO_vfscanf (FILE *s, const char *fmt, _IO_va_list ap, int *errp)
{
return __nldbl__IO_vfscanf (s, fmt, ap, errp);
}