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