repo.or.cz
/
glibc
/
history.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(do_test): Make sure the helper process is terminating when the test
[glibc/history.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
nldbl-vscanf.c
blob
e75907b905627f8c5c93d74937741bd0b92e7a19
1
#include
"nldbl-compat.h"
2
3
int
4
attribute_hidden
5
weak_function
6
vscanf
(
const char
*
fmt
,
va_list
ap
)
7
{
8
return
__nldbl__IO_vfscanf
(
stdin
,
fmt
,
ap
,
NULL
);
9
}