]> git.sur5r.net Git - cc65/blobdiff - src/common/fname.h
Add an include file
[cc65] / src / common / fname.h
index 671bf80432e014389a73b56f2967ddcc4fb8534c..de54bca3e5a1ca69a0ddca61492d38c3aa76b0fa 100644 (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