1 #include "nldbl-compat.h" 2 3 int 4 attribute_hidden __vprintf_chk(int flag,const char * fmt,va_list ap)5 __vprintf_chk (int flag, const char *fmt, va_list ap) 6 { 7 return __nldbl___vfprintf_chk (stdout, flag, fmt, ap); 8 } 9