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
Updated to fedora-glibc-20080515T0735
[glibc.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
nldbl-vdprintf.c
blob
1acbd4062530623d0f528495271ced9c20753367
1
#include
"nldbl-compat.h"
2
3
int
4
attribute_hidden
5
vdprintf
(
int
d
,
const char
*
fmt
,
va_list
arg
)
6
{
7
return
__nldbl_vdprintf
(
d
,
fmt
,
arg
);
8
}