|
|
1.1 misho 1: #include <stdio.h>
2: #include <sys/types.h>
3: #include <aitcrc.h>
4:
5:
6: int main()
7: {
8: register int cx = 0;
9: int opt;
10: char buf[200];
11:
12: printf("reflect=%lu\n", crcReflect(3001123, 32));
13:
14: return 0;
15: }