|
cbase 1.46.11
C/C++ Static Template
|
Shorthand for common C idioms (strings, bytes, booleans). More...
Typedefs | |
| typedef uint8_t | byte |
| typedef bool | b8 |
| typedef int32_t | b32 |
Shorthand for common C idioms (strings, bytes, booleans).
| typedef int32_t b32 |
32-bit boolean (often faster on 32/64-bit CPUs)
Definition at line 75 of file base_types.h.
| typedef bool b8 |
8-bit boolean
Definition at line 74 of file base_types.h.
| typedef uint8_t byte |
Raw byte representation
Definition at line 73 of file base_types.h.