sortix--sortix/libc/decl/wctrans_t.h

8 lines
229 B
C
Raw Normal View History

2011-08-05 08:25:00 -04:00
#ifndef _WCTRANS_T_DECL
#define _WCTRANS_T_DECL
2013-01-15 19:45:51 -05:00
/* TODO: figure out what this does and typedef it properly. This is just a
temporary assignment. */
typedef unsigned int __wctrans_t;
2011-08-05 08:25:00 -04:00
typedef __wctrans_t wctrans_t;
#endif