]> git.ipfire.org Git - thirdparty/glibc.git/blob - wcsmbs/tst-wchar-h.c
Merge translations from the Translation Project
[thirdparty/glibc.git] / wcsmbs / tst-wchar-h.c
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"