mirror of
https://github.com/libretro/cpp-cheat.git
synced 2025-04-08 05:52:06 +00:00
161 B
161 B
Basic types
Types like int
, char
, float
and _Complex
.
Derived types
Types which are not based, bur defined by users: arrays, structs and unions.