> Don’t assume sizeof (unsigned long long) == 2 * sizeof (unsigned). Thanks. Today 'unsigned int' is uint32_t, and 'unsigned long long' is uint64_t, but who knows whether this will still be the case in 10 years...
Bruno
> Don’t assume sizeof (unsigned long long) == 2 * sizeof (unsigned). Thanks. Today 'unsigned int' is uint32_t, and 'unsigned long long' is uint64_t, but who knows whether this will still be the case in 10 years...
Bruno