Added non-working yet Atari800 port

This commit is contained in:
pelya
2010-10-04 18:16:21 +03:00
parent d85b547bad
commit 825647a80b
100 changed files with 64806 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#ifndef COMPFILE_H_
#define COMPFILE_H_
#include <stdio.h> /* FILE */
int CompFile_ExtractGZ(const char *infilename, FILE *outfp);
int CompFile_DCMtoATR(FILE *infp, FILE *outfp);
#endif /* COMPFILE_H_ */