Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
crc32_tablegen.c File Reference

Generate crc32_table_le.h and crc32_table_be.h. More...

#include <stdio.h>
#include "../../common/tuklib_integer.h"

Functions

int main (void)
 

Detailed Description

Generate crc32_table_le.h and crc32_table_be.h.

Compiling: gcc -std=c99 -o crc32_tablegen crc32_tablegen.c Add -DWORDS_BIGENDIAN to generate big endian table. Add -DLZ_HASH_TABLE to generate lz_encoder_hash_table.h (little endian).

Function Documentation

◆ main()

int main ( void )