view src/lzfu.h @ 58:a8b772313ff4

fixup debug messages #llx rather than #x, fix 7c block documentation to match code
author Carl Byington <carl@five-ten-sg.com>
date Wed, 06 Feb 2008 23:05:56 -0800
parents f6db1f060a95
children 3cb02cb1e6cd
line wrap: on
line source

#ifndef LZFU_H
#define LZFU_H

#include <stdint.h>

unsigned char* lzfu_decompress (unsigned char* rtfcomp, uint32_t compsize, size_t *size);

#endif