source: liacs/alg/solitaire/crc/lib_crc.h@ 3

Last change on this file since 3 was 2, checked in by Rick van der Zwet, 15 years ago

Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)

  • Property svn:executable set to *
File size: 139 bytes
Line 
1
2
3
4#define FALSE 0
5#define TRUE 1
6
7
8
9unsigned long update_crc_32( unsigned long crc, char c );
Note: See TracBrowser for help on using the repository browser.