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
linux: Extend internal clone3 documentation
[glibc.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
nldbl-isoc99_vfwscanf.c
blob
4fd54cb176207f89f3ac1189704899129c1b5bda
1
#include
"nldbl-compat.h"
2
3
int
4
attribute_hidden
5
__isoc99_vfwscanf
(
FILE
*
s
,
const wchar_t
*
fmt
,
va_list
ap
)
6
{
7
return
__nldbl___isoc99_vfwscanf
(
s
,
fmt
,
ap
);
8
}