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

Generate crc64_table_le.h and crc64_table_be.h. More...

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

Functions

void init_crc64_table (void)
 
int main (void)
 

Detailed Description

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.

Function Documentation

◆ init_crc64_table()

void init_crc64_table ( void )
extern

◆ main()

int main ( void )