Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed EthernetNetIf
crc32.h
00001 00002 #ifndef __CRC32_H 00003 #define __CRC32_H 00004 00005 #include <stdlib.h> 00006 00007 #ifdef __cplusplus 00008 extern "C" { 00009 #endif 00010 00011 00012 unsigned long crc32(unsigned long crc, unsigned char const *ptr, size_t len); 00013 00014 00015 #ifdef __cplusplus 00016 } 00017 #endif 00018 00019 #endif
Generated on Fri Jul 15 2022 13:48:29 by
1.7.2