XenevaOS
Loading...
Searching...
No Matches
XenevaOS
Libs
XEClib
includes
size_t.h
Go to the documentation of this file.
1
30
#ifdef __cplusplus
31
extern
"C"
{
32
#endif
33
34
#ifdef __SIZE_TYPE__
35
typedef
__SIZE_TYPE__
size_t
;
36
#else
37
typedef
unsigned
long
long
size_t
;
38
#endif
39
#ifdef __cplusplus
40
}
41
#endif
size_t
unsigned long long size_t
Definition
size_t.h:37
Generated by
1.9.8