astrophysik / Archiver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Archiver

C archiver using Huffman code.

Haffman.c describes functions for encoding / decoding. The main.c describes the functions for writing / reading files into the archive

arc --file name --create file1 fil2 ... <- create archive

arc --file name --list <- list of filenames in archive

arc --file name --extract <- extract

About


Languages

Language:C 100.0%