mirror of
https://github.com/vivier/EMILE.git
synced 2024-11-14 22:04:43 +00:00
9 lines
303 B
C
9 lines
303 B
C
/*
|
|
*
|
|
* (c) 2004 Laurent Vivier <LaurentVivier@wanadoo.fr>
|
|
*
|
|
*/
|
|
|
|
extern int load_image(unsigned long offset, unsigned long size, char *image);
|
|
extern int load_gzip(unsigned long offset, unsigned long size, char *image);
|