Type definitions
Typedefs provides alternative names to existing tyes.
Typedefs
| Type | Declaration | Description |
|---|---|---|
| uint32 | size_t | Size type used for denoting sizes |
| uint8 | OpenFileFlags_t | Open File Flags |
| uint8 | SeekFileFlags_t | Seek File Flags |
| uint | PersistID_t | Persistence object id type. |
| int32 | TextMenuId_t | Menu id. |
| uint64 | time_t | Unix timestamp type. |
| uint32 | ConCommandFlags_t | Type to store console command flags in |