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
Harmonize posix/regcomp.c with gnulib: comment formatting
[glibc.git]
/
wcsmbs
/
tst-wchar-h.c
blob
fd2ad569a723b184878f643680e196303ffa193b
1
#include <stdlib.h>
2
#include <wchar.h>
3
4
static int
5
do_test
(
void
)
6
{
7
mbstate_t
x
;
8
return sizeof
(
x
) -
sizeof
(
mbstate_t
);
9
}
10
11
#define TEST_FUNCTION do_test ()
12
#include
"../test-skeleton.c"