cbase 1.46.11
C/C++ Static Template
Loading...
Searching...
No Matches
Utility Types

Shorthand for common C idioms (strings, bytes, booleans). More...

Typedefs

typedef uint8_t byte
typedef bool b8
typedef int32_t b32

Detailed Description

Shorthand for common C idioms (strings, bytes, booleans).

Typedef Documentation

◆ b32

typedef int32_t b32

32-bit boolean (often faster on 32/64-bit CPUs)

Definition at line 75 of file base_types.h.

◆ b8

typedef bool b8

8-bit boolean

Definition at line 74 of file base_types.h.

◆ byte

typedef uint8_t byte

Raw byte representation

Definition at line 73 of file base_types.h.