]> sourceware.org Git - glibc.git/blob - include/printf.h
Use __builtin_clzll on int64 in __logb
[glibc.git] / include / printf.h
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
This page took 0.034705 seconds and 5 git commands to generate.