util/crc.c: Add simple CRC-32 implementation

This commit is contained in:
Tau
2018-11-08 10:20:21 -05:00
parent 920328bc9e
commit 7cf0914092
3 changed files with 36 additions and 0 deletions

View File

@ -7,6 +7,8 @@ util_lib = static_library(
capnhook.get_variable('hook_dep'),
],
sources : [
'crc.c',
'crc.h',
'dprintf.c',
'dprintf.h',
'setupapi.c',