diff options
| author | ame <[email protected]> | 2023-11-06 20:08:48 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2023-11-06 20:08:48 -0600 |
| commit | 4fc59207afdf442cd769992339b7fdea0ff2a2b8 (patch) | |
| tree | 82df02dd802224f330470b2479afe24af14b3527 /src/hash/crc.c | |
| parent | d062e57c154b2bed76276d52681577028e859677 (diff) | |
header stuff
Diffstat (limited to 'src/hash/crc.c')
| -rw-r--r-- | src/hash/crc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hash/crc.c b/src/hash/crc.c index 0588340..5e4f8d7 100644 --- a/src/hash/crc.c +++ b/src/hash/crc.c @@ -2,9 +2,7 @@ #include <stdio.h> #include <stdint.h> #include <stdio.h> -#include <stdlib.h> #include <stdint.h> -#include <inttypes.h> uint32_t i_crc32(uint8_t *data, size_t len){ uint32_t crc = 0xFFFFFFFF; |
