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
Unify wint_t handling in wchar.h and wctype.h.
[glibc.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
nldbl-printf_size.c
blob
d8b1fc9995a5e0c6bb4f5715d4311f414822251a
1
#include
"nldbl-compat.h"
2
3
int
4
attribute_hidden
5
printf_size
(
FILE
*
__restrict fp
,
const struct
printf_info
*
info
,
6
const void
*
const
*
__restrict args
)
7
{
8
return
__nldbl_printf_size
(
fp
,
info
,
args
);
9
}