AppCUI
AppCUI copied to clipboard
Migrate integers type usages to fixed integer sizes
Possibilities:
- to int32/uint32 etc.;
- or to u32/s32 (signed).