#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. | |
|
|
Test ice file header magic header.
|
|
||||||||||||
|
Load an iced stream. The ice_load() function loads and depack an ice packed file from a stream and returns a allocate buffer with unpacked data.
|
|
||||||||||||
|
Load an iced file.
|
1.3.3