glibc/sysdeps/ieee754/ldbl-opt/nldbl-vsprintf_chk.c

10 lines
199 B
C

#include "nldbl-compat.h"
int
attribute_hidden
__vsprintf_chk (char *string, int flag, size_t slen, const char *fmt,
va_list ap)
{
return __nldbl___vsprintf_chk (string, flag, slen, fmt, ap);
}