blob: c0bd2d2d65b4663ebea3eb56167567a4808b506f [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001#ifndef _PRINTF_H
2
3#include <stdio-common/printf.h>
4
5/* Now define the internal interfaces. */
6extern int __printf_fphex (FILE *, const struct printf_info *,
7 const void *const *);
8extern int __printf_fp (FILE *, const struct printf_info *,
9 const void *const *);
10libc_hidden_proto (__printf_fp)
11
12#endif