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
Updated to fedora-glibc-20080515T0735
[glibc.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
nldbl-vsscanf.c
blob
f5594c122cec9599047b6c9e6149f8a4058cc1fa
1
#include
"nldbl-compat.h"
2
3
int
4
attribute_hidden
5
__vsscanf
(
const char
*
string
,
const char
*
fmt
,
va_list
ap
)
6
{
7
return
__nldbl_vsscanf
(
string
,
fmt
,
ap
);
8
}
9
extern
__typeof
(
__vsscanf
)
vsscanf attribute_hidden
;
10
weak_alias
(
__vsscanf
,
vsscanf
)