|
Const types for const function aprameters
|
typedef const u8 | cu8 |
| Type for consting a string as well as the pointer than points to it.
|
|
typedef const u16 | cu16 |
| Type for consting a string as well as the pointer than points to it.
|
|
typedef const u32 | cu32 |
| Type for consting a string as well as the pointer than points to it.
|
|
typedef const u64 | cu64 |
| Type for consting a string as well as the pointer than points to it.
|
|
typedef const s8 | cs8 |
| Type for consting a string as well as the pointer than points to it.
|
|
typedef const s16 | cs16 |
| Type for consting a string as well as the pointer than points to it.
|
|
typedef const s32 | cs32 |
| Type for consting a string as well as the pointer than points to it.
|
|
typedef const s64 | cs64 |
| Type for consting a string as well as the pointer than points to it.
|
|
typedef const char *const | CSTR |
| Type for consting a string as well as the pointer than points to it.
|
|