llvm-mos-sdk
common
include
wchar.h
Go to the documentation of this file.
1
// Stub implementation of wchar.h.
2
3
#ifndef _WCHAR_H_
4
#define _WCHAR_H_
5
6
#include <stddef.h>
7
8
#ifdef __cplusplus
9
extern
"C"
{
10
#endif
11
12
typedef
unsigned
long
mbstate_t
;
13
typedef
unsigned
long
wint_t
;
14
15
#define WEOF 0xFFFFFFFFul
16
17
#ifdef __cplusplus
18
}
19
#endif
20
21
#endif // not _WCHAR_H_
mbstate_t
unsigned long mbstate_t
Definition:
wchar.h:12
wint_t
unsigned long wint_t
Definition:
wchar.h:13
Generated by
1.8.17