![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Generate crc64_table_le.h and crc64_table_be.h. More...
Functions | |
void | init_crc64_table (void) |
int | main (void) |
Generate crc64_table_le.h and crc64_table_be.h.
Compiling: gcc -std=c99 -o crc64_tablegen crc64_tablegen.c Add -DWORDS_BIGENDIAN to generate big endian table.
|
extern |
int main | ( | void | ) |