(root)/
glibc-2.38/
sysdeps/
ieee754/
ldbl-opt/
nldbl-isoc23_vswscanf.c
       1  #include "nldbl-compat.h"
       2  
       3  int
       4  attribute_hidden
       5  __isoc23_vswscanf (const wchar_t *string, const wchar_t *fmt, va_list ap)
       6  {
       7    return __nldbl___isoc23_vswscanf (string, fmt, ap);
       8  }