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
C2x scanf binary constant handling
[glibc.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
nldbl-isoc23_vwscanf.c
blob
f92876ec27e07df3c7e1648983a73678fc14af6f
1
#include
"nldbl-compat.h"
2
3
int
4
attribute_hidden
5
__isoc23_vwscanf
(
const wchar_t
*
fmt
,
va_list
ap
)
6
{
7
return
__nldbl___isoc23_vfwscanf
(
stdin
,
fmt
,
ap
);
8
}