blob: ed0d27d9a004d162198b9201572bd3daaccfaae6 [file] [log] [blame]
#include "nldbl-compat.h"
int
attribute_hidden
vprintf (const char *fmt, va_list ap)
{
return __nldbl_vfprintf (stdout, fmt, ap);
}