about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-opt/nldbl-vdprintf.c
blob: 1acbd4062530623d0f528495271ced9c20753367 (plain) (blame)
1
2
3
4
5
6
7
8
#include "nldbl-compat.h"

int
attribute_hidden
vdprintf (int d, const char *fmt, va_list arg)
{
  return __nldbl_vdprintf (d, fmt, arg);
}