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
Add canonicalize, canonicalizef, canonicalizel.
[glibc.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
nldbl-vswscanf.c
blob
bd4bb5131b2fe793e9cb7811b169f99c4d354b71
1
#include
"nldbl-compat.h"
2
3
int
4
attribute_hidden
5
vswscanf
(
const wchar_t
*
string
,
const wchar_t
*
fmt
,
va_list
ap
)
6
{
7
return
__nldbl_vswscanf
(
string
,
fmt
,
ap
);
8
}