Just renames

git-svn-id: svn://svn.cc65.org/cc65/trunk@78 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-06-14 10:03:59 +00:00
parent 623c1e6ffc
commit 6d33db1291
2 changed files with 42 additions and 11 deletions

View File

@@ -44,6 +44,9 @@
const char* FindExt (const char* Name);
/* Return a pointer to the file extension in Name or NULL if there is none */
char* MakeFilename (const char* Origin, const char* Ext);
/* Make a new file name from Origin and Ext. If Origin has an extension, it
* is removed and Ext is appended. If Origin has no extension, Ext is simply