diff options
Diffstat (limited to 'REORG.TODO/include/printf.h')
-rw-r--r-- | REORG.TODO/include/printf.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/REORG.TODO/include/printf.h b/REORG.TODO/include/printf.h new file mode 100644 index 0000000000..984f263167 --- /dev/null +++ b/REORG.TODO/include/printf.h @@ -0,0 +1,20 @@ +#ifndef _PRINTF_H + +#include <stdio-common/printf.h> + +# ifndef _ISOMAC + +#include <xlocale.h> + +/* Now define the internal interfaces. */ +extern int __printf_fphex (FILE *, const struct printf_info *, + const void *const *); +extern int __printf_fp (FILE *, const struct printf_info *, + const void *const *); +libc_hidden_proto (__printf_fp) +extern int __printf_fp_l (FILE *, locale_t, const struct printf_info *, + const void *const *); +libc_hidden_proto (__printf_fp_l) + +# endif /* !_ISOMAC */ +#endif |