Remove "[Add new features here]" for 2.27
[glibc.git] / include / printf.h
blob7b4d209c47b9feede27d8e8f053c4044bef08e09
1 #ifndef _PRINTF_H
3 #include <stdio-common/printf.h>
5 # ifndef _ISOMAC
7 #include <bits/types/locale_t.h>
9 /* Now define the internal interfaces. */
10 extern int __printf_fphex (FILE *, const struct printf_info *,
11 const void *const *);
12 extern int __printf_fp (FILE *, const struct printf_info *,
13 const void *const *);
14 libc_hidden_proto (__printf_fp)
15 extern int __printf_fp_l (FILE *, locale_t, const struct printf_info *,
16 const void *const *);
17 libc_hidden_proto (__printf_fp_l)
19 # endif /* !_ISOMAC */
20 #endif