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

int
attribute_hidden
obstack_vprintf (struct obstack *obstack, const char *fmt, va_list ap)
{
  return __nldbl_obstack_vprintf (obstack, fmt, ap);
}