EMILE/second/uncompress.h

10 lines
213 B
C
Raw Normal View History

2004-02-15 20:46:45 +00:00
/*
*
* (c) 2004 Laurent Vivier <LaurentVivier@wanadoo.fr>
*
*/
typedef unsigned char (*uncompress_get_byte_t)(unsigned long offset);
extern unsigned long uncompress(char* buf, uncompress_get_byte_t feeder);