Page MenuHomePhorge

crc32.h
No OneTemporary

Authored By
Unknown
Size
388 B
Referenced Files
None
Subscribers
None
/* crc32.h
*/
#ifndef CRC32_H
#define CRC32_H
#include "util.h"
#include <sys/uio.h>
#ifdef HAVE_INTTYPES_H
# include <inttypes.h>
#elif defined(HAVE_STDINT_H)
# include <stdint.h>
#endif
uint32_t crc32_map(const char *base, unsigned len);
uint32_t crc32_buf(const struct buf *buf);
uint32_t crc32_cstring(const char *buf);
uint32_t crc32_iovec(struct iovec *iov, int iovcnt);
#endif

File Metadata

Mime Type
text/x-c
Expires
Fri, Apr 24, 1:40 PM (3 d, 1 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
91/9f/3128ecd14de8bd5621f86503ea67
Default Alt Text
crc32.h (388 B)

Event Timeline