XenevaOS
Loading...
Searching...
No Matches
XenevaOS
Libs
XEClib
includes
stddef.h
Go to the documentation of this file.
1
30
#ifndef _STDDEF_H
31
#define _STDDEF_H
32
33
#ifndef NULL
34
#define NULL 0
35
#endif
36
37
#include <
stdint.h
>
38
39
typedef
int64_t
ptrdiff_t
;
40
41
typedef
int64_t
ssize_t
;
42
typedef
unsigned
int
wint_t
;
43
44
#if !defined(__cplusplus)
45
typedef
unsigned
wchar_t
;
46
#endif
47
48
#endif
49
ptrdiff_t
int64_t ptrdiff_t
Definition
stddef.h:37
wchar_t
unsigned wchar_t
Definition
stddef.h:42
ssize_t
int64_t ssize_t
Definition
stddef.h:38
wint_t
unsigned int wint_t
Definition
stddef.h:39
stdint.h
int64_t
COMPILER_DEPENDENT_INT64 int64_t
Definition
acefiex.h:164
Generated by
1.9.8