provided code
This commit is contained in:
8
src/tests/cksum.h
Normal file
8
src/tests/cksum.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef TESTS_CKSUM_H
|
||||
#define TESTS_CKSUM_H
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
unsigned long cksum(const void *, size_t);
|
||||
|
||||
#endif /* tests/cksum.h */
|
||||
Reference in New Issue
Block a user