1 | #ifndef _PRINTF_H |
---|---|
2 | |
3 | #include <stdio-common/printf.h> |
4 | |
5 | /* Now define the internal interfaces. */ |
6 | extern int __printf_fphex (FILE *, const struct printf_info *, |
7 | const void *const *); |
8 | extern int __printf_fp (FILE *, const struct printf_info *, |
9 | const void *const *); |
10 | libc_hidden_proto (__printf_fp) |
11 | |
12 | #endif |
13 |