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

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