Deprecation of char in favour of uint8_t #2
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: giomba/coppino#2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently,
char
is always used as a synonim ofuint8_t
, even if the standard does not say so.Architectures with
CHAR_BIT
!= 8 don't deserve this stack, so let's bring everything touint8_t
because it is clear what we mean.