Export the compare function since it is used in a few places.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5583 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -61,6 +61,9 @@ struct FileId {
|
||||
|
||||
|
||||
|
||||
int CompareFileId (const void* Key, const void* Id);
|
||||
/* Compare function used when calling bsearch with a table of FileIds */
|
||||
|
||||
const FileId* GetFileId (const char* Name, const FileId* Table, unsigned Count);
|
||||
/* Determine the id of the given file by looking at file extension of the name.
|
||||
* The table passed to the function must be sorted alphabetically. If the
|
||||
|
||||
Reference in New Issue
Block a user