Commit 02904743 by Rudolf

Add huffman.h header

parent 80f8e101
Showing with 12 additions and 0 deletions
#ifndef _HUFFMAN_H_
#define _HUFFMAN_H_
#include <stdio.h>
long get_file_size(FILE *file);
int insert_throwaways(FILE *file, unsigned char throwaways);
unsigned char read_throwaways(FILE *file);
#endif /* _HUFFMAN_H_ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment