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
talent -
Brian Omondi Amol -
Mitchell -
Ankit Kumar Sinha -
Top comments (0)