1 #include "nldbl-compat.h"
2 
3 int
4 attribute_hidden
__isoc99_vswscanf(const wchar_t * string,const wchar_t * fmt,va_list ap)5 __isoc99_vswscanf (const wchar_t *string, const wchar_t *fmt, va_list ap)
6 {
7   return __nldbl___isoc99_vswscanf (string, fmt, ap);
8 }
9