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

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