blob: ff3415a072c119013342b043a99d7a4095ee577b [file] [log] [blame]
#include "nldbl-compat.h"
int
attribute_hidden
weak_function
vswprintf (wchar_t *string, size_t maxlen, const wchar_t *fmt, va_list ap)
{
return __nldbl_vswprintf (string, maxlen, fmt, ap);
}