1#include "nldbl-compat.h"
2
3int
4attribute_hidden
5__printf_fp (FILE *fp, const struct printf_info *info,
6 const void *const *args)
7{
8 return __nldbl___printf_fp (fp, info, args);
9}
10

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