cbase 1.50.0
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 111 of file base_types.h.

◆ b8

typedef bool b8

8-bit boolean

Definition at line 110 of file base_types.h.

◆ byte

typedef uint8_t byte

Raw byte representation

Definition at line 109 of file base_types.h.