repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
[glibc.git]
/
include
/
printf.h
blob
c0bd2d2d65b4663ebea3eb56167567a4808b506f
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