jun 9b64b22806 Make signed guf_wrapping_mul more general
Don't fail on mod == 0 (in weird cases where the given UNSIGNED_TYPE_MAX == SIGNED_TYPE_MAX)
but
res = mod > 0 ? (1u * res % mod) : res;
2025-05-15 09:21:30 +02:00
2025-01-03 10:38:57 +01:00
2025-01-03 10:38:57 +01:00
2025-05-14 18:07:41 +02:00
Description
Strongly typed C99 containers etc.
502 KiB
Languages
C 66%
C++ 27.3%
Python 6.1%
CMake 0.6%