Open bamos opened 10 years ago
For example, I'm representing 128 bit GUID's with uint8_t guid[16]. @theonewolf - would you rather I use something like __int128_t?
uint8_t guid[16]
__int128_t
For example, I'm representing 128 bit GUID's with
uint8_t guid[16]
. @theonewolf - would you rather I use something like__int128_t
?