Last active
July 27, 2023 04:55
-
-
Save Cvar1984/7c3cb1285564a7f0180d87ea71c9e8cc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uint8_t 1byte | |
uint16_t 2bye | |
uint32_t 4byte | |
unsigned int 4byte | |
uint64_t 8byte | |
uintptr_t Unsigned integer of size equal to a pointer on 32bit machine 4byte on 64bit machine 8byte | |
unsigned means no negative number | |
signed means can hold both |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment