Use stdint.h
for specific sizes of integer data types, and also use appropriate suffixes for integer literal constants, e.g.:
#include <stdint.h>
int64_t i2 = 0x0000444400004444LL;
Use stdint.h
for specific sizes of integer data types, and also use appropriate suffixes for integer literal constants, e.g.:
#include <stdint.h>
int64_t i2 = 0x0000444400004444LL;
For further actions, you may consider blocking this person and/or reporting abuse
Kinga -
Abhishek Yadav -
CHITRIKA BS -
Wojciech Kaczmarczyk -
Top comments (0)