Common misconception… Unsigned booleans (ubool) are always 16-bits.
- 0 Posts
- 3 Comments
Joined 1 year ago
Cake day: February 2nd, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
01111111 = true
11111111 = negative true = false
Depends on if you are on a big endian or little endian architecture.