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