2.9
[glibc/nacl-glibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-vprintf_chk.c
blob63b3e8f965425631583e6b5e49668c0d21357f4b
1 #include "nldbl-compat.h"
3 int
4 attribute_hidden
5 __vprintf_chk (int flag, const char *fmt, va_list ap)
7 return __nldbl___vfprintf_chk (stdout, flag, fmt, ap);