home *** CD-ROM | disk | FTP | other *** search
- /* iff.c */
- void PutID(long id);
- int WriteChunkHeader(int fd, unsigned long chunktype, long length);
- int WriteSuperChunkHeader(int fd, unsigned long chunktype, unsigned long subtype, long length);
- int WriteChunk(int fd, unsigned long chunktype, void *data, long length);
- int WriteTextChunk(int fd, unsigned long chunktype, char *text);
- int Rewrite_IFF_header(int fd);
- int CreateIFF(char *filename, unsigned long type, unsigned long subtype);
- /* fziff.c */
- void freebody(void);
- int main(int argc, char **argv);
- /* libraries.c */
- void trash_libs(void);
- void init_libs(void);
-