]> git.zerfleddert.de Git - proxmark3-svn/blame - common/crc16.h
Change -std=c99 to -std=gnu99 to be able to compile libusb-0.1.* which uses u_int...
[proxmark3-svn] / common / crc16.h
CommitLineData
7fe9b0b7 1#ifndef CRC16_H__
2#define CRC16_H__
3
4unsigned short update_crc16(unsigned short crc, unsigned char c);
5
6#endif
Impressum, Datenschutz