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

int
attribute_hidden
_IO_vsprintf (char *string, const char *fmt, va_list ap)
{
  return __nldbl_vsprintf (string, fmt, ap);
}
extern __typeof (_IO_vsprintf) vsprintf attribute_hidden;
weak_alias (_IO_vsprintf, vsprintf)