8 lines
130 B
C
8 lines
130 B
C
#ifndef _BITS_WCHAR_H
|
|
#define _BITS_WCHAR_H
|
|
|
|
typedef signed short wchar_t;
|
|
typedef signed int wint_t;
|
|
|
|
#endif /* _BITS_WCHAR_H */
|