BDS Public
Beam-lib  2.16.3
This is the Beam C++ class library.
BCrc32.h
Go to the documentation of this file.
1 /*******************************************************************************
2  * BCrc32.h Checksum 32 bit
3  * T.Barnaby, BEAM Ltd, 2017-11-14
4  * Copyright (c) 2012 All Right Reserved, Beam Ltd, http://www.beam.ltd.uk
5  *******************************************************************************
6  */
7 #ifndef BCrc32_H
8 #define BCrc32_H
9 
10 #include <BTypes.h>
11 
12 BUInt32 bcrc32(BUInt32 crc, const void* buf, BUInt32 len);
13 
14 #endif
uint32_t BUInt32
Definition: BTypes.h:21
BUInt32 bcrc32(BUInt32 crc, const void *buf, BUInt32 len)
Definition: BCrc32.cpp:55