ice68.h File Reference
Detailed Description
ICE loader header.
- Author:
- benjamin gerard
- Date:
- 2003/09/06
- Id
- ice68.h,v 1.3 2003/10/10 10:25:11 benjihan Exp
#include "file68/istream68.h"
Go to the source code of this file.
|
Functions |
int | ice_is_magic (const void *buffer) |
| Test ice file header magic header.
|
void * | ice_load (istream_t *is, int *ulen) |
| Load an iced stream.
|
void * | ice_load_file (const char *fname, int *ulen) |
| Load an iced file.
|
|