initial commit
[glibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-vwprintf_chk.c
1 #include "nldbl-compat.h"
2
3 int
4 attribute_hidden
5 __vwprintf_chk (int flag, const wchar_t *fmt, va_list ap)
6 {
7 return __nldbl___vfwprintf_chk (stdout, flag, fmt, ap);
8 }