SyntaxFix
Write A Post
Hire A Developer
Questions
Use stdint.h for specific sizes of integer data types, and also use appropriate suffixes for integer literal constants, e.g.:
stdint.h
#include <stdint.h> int64_t i2 = 0x0000444400004444LL;