summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c
blob: 4fd54cb176207f89f3ac1189704899129c1b5bda (plain)
1
2
3
4
5
6
7
8
#include "nldbl-compat.h"

int
attribute_hidden
__isoc99_vfwscanf (FILE *s, const wchar_t *fmt, va_list ap)
{
  return __nldbl___isoc99_vfwscanf (s, fmt, ap);
}