Cast using uintfptr_t and eliminate the cast to uint64_t which is uneeded
because rounding down cannot increase the number of bits needed to express
the result.
I had no idea there was such a thing as uintfptr_t.
Requested by: bde
Cast using uintfptr_t and eliminate the cast to uint64_t which is uneeded Tags None Referenced Files None Subscribers None
Description
Details
|