blob: 63b3e8f965425631583e6b5e49668c0d21357f4b [file] [log] [blame]
#include "nldbl-compat.h"
int
attribute_hidden
__vprintf_chk (int flag, const char *fmt, va_list ap)
{
return __nldbl___vfprintf_chk (stdout, flag, fmt, ap);
}