First test plugin

git-svn-id: svn://svn.cc65.org/cc65/trunk@1221 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-04-07 13:42:45 +00:00
parent 9abe1e62e7
commit 6c3720686b
12 changed files with 308 additions and 13 deletions

View File

@@ -47,7 +47,7 @@
void AddChipPath (const char* NewPath);
/* Add a search path for chips */
char* FindChip (const char* LibName);
char* FindChipLib (const char* LibName);
/* Find a chip library. Return a pointer to a malloced area that contains
* the complete path, if found, return 0 otherwise.
*/