about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-opt/nldbl-isoc23_vfscanf.c
blob: 671aa63ec669ce97070e0c15c3f206c8a5ba31bf (plain) (blame)
1
2
3
4
5
6
7
8
#include "nldbl-compat.h"

int
attribute_hidden
__isoc23_vfscanf (FILE *s, const char *fmt, va_list ap)
{
  return __nldbl___isoc23_vfscanf (s, fmt, ap);
}