diff options
Diffstat (limited to 'REORG.TODO/sysdeps/ieee754/ldbl-opt/nldbl-printf_size.c')
-rw-r--r-- | REORG.TODO/sysdeps/ieee754/ldbl-opt/nldbl-printf_size.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/REORG.TODO/sysdeps/ieee754/ldbl-opt/nldbl-printf_size.c b/REORG.TODO/sysdeps/ieee754/ldbl-opt/nldbl-printf_size.c new file mode 100644 index 0000000000..d8b1fc9995 --- /dev/null +++ b/REORG.TODO/sysdeps/ieee754/ldbl-opt/nldbl-printf_size.c @@ -0,0 +1,9 @@ +#include "nldbl-compat.h" + +int +attribute_hidden +printf_size (FILE *__restrict fp, const struct printf_info *info, + const void *const *__restrict args) +{ + return __nldbl_printf_size (fp, info, args); +} |