summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt/nldbl-vprintf.c
blob: ed0d27d9a004d162198b9201572bd3daaccfaae6 (plain)
1
2
3
4
5
6
7
8
#include "nldbl-compat.h"

int
attribute_hidden
vprintf (const char *fmt, va_list ap)
{
  return __nldbl_vfprintf (stdout, fmt, ap);
}