CRC32.h
Go to the documentation of this file.
1 #pragma once
2 
4 unsigned CRC32(unsigned initial, const void *pBuffer, size_t size);