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
Unify wint_t handling in wchar.h and wctype.h.
[glibc.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
nldbl-vswprintf.c
blob
ff3415a072c119013342b043a99d7a4095ee577b
1
#include
"nldbl-compat.h"
2
3
int
4
attribute_hidden
5
weak_function
6
vswprintf
(
wchar_t
*
string
,
size_t
maxlen
,
const wchar_t
*
fmt
,
va_list
ap
)
7
{
8
return
__nldbl_vswprintf
(
string
,
maxlen
,
fmt
,
ap
);
9
}