repo.or.cz
/
glibc
/
pb-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* include/stdio.h (__asprintf_chk, __dprintf_chk,
[glibc/pb-stable.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
nldbl-vdprintf_chk.c
blob
ca1ce01878998c302987eaba2585e08cf72e5367
1
#include
"nldbl-compat.h"
2
3
int
4
attribute_hidden
5
__vdprintf_chk
(
int
d
,
int
flag
,
const char
*
fmt
,
va_list
arg
)
6
{
7
return
__nldbl___vdprintf_chk
(
d
,
flag
,
fmt
,
arg
);
8
}