1#include "nldbl-compat.h"
2
3int
4attribute_hidden
5__vasprintf_chk (char **result_ptr, int flag, const char *fmt, va_list ap)
6{
7 return __nldbl___vasprintf_chk (result_ptr, flag, fmt, ap);
8}
9

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