Merging upstream version 2.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
23e83cb1c3
commit
cc86d37eef
458 changed files with 7148 additions and 5151 deletions
11
util/crc32.h
Normal file
11
util/crc32.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
|
||||
#ifndef crc32_H
|
||||
#define crc32_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
uint32_t crc32(uint32_t crc, unsigned char *buf, size_t len);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue