blob: 05581c03548ee965baa1080695dcd45d93f4c4c3 [file] [log] [blame]
#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);
}