repo.or.cz
/
glibc
/
pb-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
[glibc/pb-stable.git]
/
wcsmbs
/
tst-wchar-h.c
blob
4cf2dd0690589d48b17937659dc31ca86c07b8ce
1
#include <stdlib.h>
2
#include <wchar.h>
3
4
int
5
main
(
void
)
6
{
7
mbstate_t
x
;
8
return sizeof
(
x
) -
sizeof
(
mbstate_t
);
9
}