macutils/crc
Arvid Norlander 926f4a694d
64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t.
Some of these may not be needed, but none of them should be incorrect.
2022-09-29 22:49:54 +02:00
..
.gitignore CRC modernisation 2022-09-29 22:45:34 +02:00
crc.h 64-bit: Fix CRC on 64-bit systems by using 32-bit types. 2022-09-29 22:49:54 +02:00
makecrc.c 64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t. 2022-09-29 22:49:54 +02:00
makefile Build system: Fix -m32 builds 2022-09-29 22:45:33 +02:00