1#include "nldbl-compat.h"
2
3int
4attribute_hidden
5__vsnprintf_chk (char *string, size_t maxlen, int flag, size_t slen,
6 const char *fmt, va_list ap)
7{
8 return __nldbl___vsnprintf_chk (string, maxlen, flag, slen, fmt, ap);
9}
10

source code of glibc/sysdeps/ieee754/ldbl-opt/nldbl-vsnprintf_chk.c