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 | 829ad28a66fae082f8d2e8df27164b52592a5ee6 (patch) | |
| tree | 82df02dd802224f330470b2479afe24af14b3527 /src/hash/crc.c | |
| parent | 2b4f5bdf9ee42d321c2904da9595c11f9a7c592b (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; |
