2.5-18.1
[jlayton/glibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-printf_fp.c
1 #include "nldbl-compat.h"
2
3 int
4 attribute_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 }