mirror of
https://github.com/libAthena/athena.git
synced 2025-07-06 21:26:11 +00:00
Handles the case where a given size exceeds the maximum value that can be contained within a DWORD. Given a DWORD is 32-bit in size and an atUint64 is 64-bits in size, this avoids errors on valid sizes, even if they're extremely unlikely to ever occur.
Athena
Languages
C++
85.3%
C
10.1%
CMake
4.6%