This creates a new long long data type which is a 64 bit int. ints are 32 bits, longs are 32 bits, and pointers are 64 bits. *nixes use LP64 which means that long is 64 bits. They also support long ...