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
Sparc memchr/memcmp/strncmp fixes from Il'ya Malakhov.
[glibc.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
nldbl-vswprintf_chk.c
blob
0cd1f96bfe604f15b47b5a236ec2ab2247a6d613
1
#include
"nldbl-compat.h"
2
3
int
4
attribute_hidden
5
__vswprintf_chk
(
wchar_t
*
string
,
size_t
maxlen
,
int
flag
,
size_t
slen
,
6
const wchar_t
*
fmt
,
va_list
ap
)
7
{
8
return
__nldbl___vswprintf_chk
(
string
,
maxlen
,
flag
,
slen
,
fmt
,
ap
);
9
}