initial commit
[glibc.git] / wcsmbs / bits / types / mbstate_t.h
1 #ifndef __mbstate_t_defined
2 #define __mbstate_t_defined 1
3
4 #include <bits/types/__mbstate_t.h>
5
6 typedef __mbstate_t mbstate_t;
7
8 #endif