Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

ice68.h

Go to the documentation of this file.
00001 
00011 #ifndef _ICE68_H_
00012 #define _ICE68_H_
00013 
00014 #ifdef __cplusplus
00015 extern "C" {
00016 #endif
00017 
00018 #include "file68/istream68.h"
00019 
00027 int ice_is_magic(const void * buffer);
00028 
00040 void *ice_load(istream_t *is, int *ulen);
00041 
00052 void *ice_load_file(const char *fname, int *ulen);
00053 
00054 #ifdef __cplusplus
00055 }
00056 #endif
00057 
00058 #endif /* #ifndef _ICE68_H_ */
00059 

Generated on Fri Jan 21 13:18:16 2005 for sc68fordevelopers by  doxygen 1.3.9.1