Post-process add

This commit is contained in:
Tristan B. Velloza Kildaire 2023-07-07 22:45:52 +02:00
parent da2500c3b1
commit b169eb6d2e
1 changed files with 7 additions and 0 deletions

View File

@ -23,6 +23,13 @@ attributes:
| `long` | `64` | signed long (twos complement) |
| `ulong` | `64` | unsigned long |
There are also some types aliases to be aware of:
| Type | Width | Intended interpretation |
|-----------|-----------------------------------------|--------------------------------|
| `size_t` | Value of config entry `types:max_width` | unsigned |
| `ssize_t` | Value of config entry `types:max_width` | signed byte (twos complement) |
#### Decimal
TODO: Add this