CRC32.h File Reference
Go to the source code of this file.
Functions | |
unsigned | CRC32 (unsigned initial, const void *pBuffer, size_t size) |
Computes the CRC32 checksum as required by GDB. | |
Function Documentation
unsigned CRC32 | ( | unsigned | initial, |
const void * | pBuffer, | ||
size_t | size | ||
) |
Computes the CRC32 checksum as required by GDB.