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

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