calc crc32 of char

crc.h

Committer:
ryought
Date:
2012-12-20
Revision:
0:3a05b83a9a9f

File content as of revision 0:3a05b83a9a9f:

#include "mbed.h"

unsigned int crc32(char *p, int len);