Some more debuginfo implementation
git-svn-id: svn://svn.cc65.org/cc65/trunk@626 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -47,6 +47,9 @@
|
||||
const char* GetFileName (unsigned Name);
|
||||
/* Get the name of a file where the name index is known */
|
||||
|
||||
unsigned GetFileIndex (const char* Name);
|
||||
/* Return the file index for the given file name. */
|
||||
|
||||
unsigned AddFile (const char* Name, unsigned long Size, unsigned long MTime);
|
||||
/* Add a new file to the list of input files. Return the index of the file in
|
||||
* the table.
|
||||
|
||||
Reference in New Issue
Block a user