source:
liacs/alg/solitaire/crc/lib_crc.h@
141
Last change on this file since 141 was 2, checked in by , 15 years ago | |
---|---|
|
|
File size: 139 bytes |
Rev | Line | |
---|---|---|
[2] | 1 | |
2 | ||
3 | ||
4 | #define FALSE 0 | |
5 | #define TRUE 1 | |
6 | ||
7 | ||
8 | ||
9 | unsigned long update_crc_32( unsigned long crc, char c ); |
Note:
See TracBrowser
for help on using the repository browser.