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
stat.h: Fix missing declaration of struct timespec
[glibc.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
nldbl-isoc99_vfscanf.c
blob
55556c375c8985e05f26e557f249e1eaf6859ab9
1
#include
"nldbl-compat.h"
2
3
int
4
attribute_hidden
5
__isoc99_vfscanf
(
FILE
*
s
,
const char
*
fmt
,
va_list
ap
)
6
{
7
return
__nldbl___isoc99_vfscanf
(
s
,
fmt
,
ap
);
8
}