UbixOS  2.0
crc32.h
Go to the documentation of this file.
1 /*-
2  * COPYRIGHT (C) 1986 Gary S. Brown. You may use this program, or
3  * code or tables extracted from it, as desired without restriction.
4  *
5  * $FreeBSD: releng/10.2/sys/boot/common/crc32.h 213136 2010-09-24 19:49:12Z pjd $
6  */
7 
8 #ifndef _CRC32_H_
9 #define _CRC32_H_
10 
11 uint32_t crc32(const void *buf, size_t size);
12 
13 #endif /* !_CRC32_H_ */
crc32
uint32_t crc32(const void *buf, size_t size)
Definition: crc32.c:97
buf
Definition: buf.h:35
uint32_t
__uint32_t uint32_t
Definition: types.h:46