XenevaOS
Loading...
Searching...
No Matches
size_t.h
Go to the documentation of this file.
1
30#ifdef __cplusplus
31extern "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
unsigned long long size_t
Definition size_t.h:37