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

int
attribute_hidden
__vsnprintf_chk (char *string, size_t maxlen, int flag, size_t slen,
		 const char *fmt, va_list ap)
{
  return __nldbl___vsnprintf_chk (string, maxlen, flag, slen, fmt, ap);
}