Skip to content

Instantly share code, notes, and snippets.

@Cvar1984
Last active July 27, 2023 04:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Cvar1984/7c3cb1285564a7f0180d87ea71c9e8cc to your computer and use it in GitHub Desktop.
Save Cvar1984/7c3cb1285564a7f0180d87ea71c9e8cc to your computer and use it in GitHub Desktop.
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