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

int
attribute_hidden
__isoc23_vscanf (const char *fmt, va_list ap)
{
  return __nldbl___isoc23_vfscanf (stdin, fmt, ap);
}