]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/l4re-core/uclibc/lib/contrib/uclibc/include/wchar-stub.h
Update
[l4.git] / l4 / pkg / l4re-core / uclibc / lib / contrib / uclibc / include / wchar-stub.h
1 /* This wchar.h is used if wchar support is disabled in uClibc.
2  * We still want to provide a few basic definitions as the basic
3  * C standard requires them.  And it makes our lives easier with
4  * no additional overhead.
5  */
6
7 #ifndef _WCHAR_H
8 #define _WCHAR_H
9
10 typedef unsigned int wint_t;
11 #define WEOF (0xffffffffu)
12
13 #endif