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