mirror of
https://github.com/vivier/EMILE.git
synced 2024-11-14 22:04:43 +00:00
10 lines
213 B
C
10 lines
213 B
C
/*
|
|
*
|
|
* (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);
|