Added dump of the file list

git-svn-id: svn://svn.cc65.org/cc65/trunk@238 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-07-30 16:15:04 +00:00
parent 697f6e1cfa
commit a63d35278c
3 changed files with 86 additions and 8 deletions

View File

@@ -50,10 +50,13 @@
void DumpObjHeader (FILE* F, unsigned long Offset);
/* Dump the header of the given object file */
void DumpObjOptions (FILE* F, unsigned long Offset);
/* Dump the file options */
void DumpObjFiles (FILE* F, unsigned long Offset);
/* Dump the source files */
/* End of dump.h */