Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
alexbevi
GitHub Repository: alexbevi/BizHawk
Path: blob/master/genplus-gx32/libretro/scrc32.h
2 views
1
#ifndef _S_CRC32_H
2
#define _S_CRC32_H
3
4
unsigned long crc32(unsigned long crc, const unsigned char *buf, unsigned int len);
5
6
#endif
7
8