Add dumping of options
git-svn-id: svn://svn.cc65.org/cc65/trunk@237 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -37,19 +37,22 @@
|
||||
|
||||
|
||||
|
||||
#ifndef DUMP_H
|
||||
#ifndef DUMP_H
|
||||
#define DUMP_H
|
||||
|
||||
|
||||
|
||||
/*****************************************************************************/
|
||||
/* Code */
|
||||
/* Code */
|
||||
/*****************************************************************************/
|
||||
|
||||
|
||||
|
||||
void DumpHeader (FILE* F, unsigned long Offset);
|
||||
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 */
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user