10 lines
111 B
C
10 lines
111 B
C
/* crc32.h */
|
|
|
|
/* wrapper for gall library */
|
|
|
|
#include <gcrcall.h>
|
|
|
|
#define ucrc32(ch,crc) updCrc32(ch,crc)
|
|
|
|
|