source:
liacs/alg/solitaire/crc/lib_crc.h@
93
Last change on this file since 93 was 2, checked in by , 15 years ago | |
---|---|
|
|
File size: 139 bytes |
Line | |
---|---|
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.