project_files/hwc/rtl/fileio.h
changeset 11682 2c21bc80c95d
parent 8047 25a4daa6473c
child 14913 68e1783762bc
--- a/project_files/hwc/rtl/fileio.h	Sat Apr 23 16:18:07 2016 -0400
+++ b/project_files/hwc/rtl/fileio.h	Sat Apr 23 16:32:18 2016 -0400
@@ -75,4 +75,7 @@
 bool        fpcrtl_fileExists(string255 filename);
 #define     fpcrtl_FileExists                           fpcrtl_fileExists
 
+char *      fpcrtl_getCurrentDir(void);
+#define     fpcrtl_GetCurrentDir                        fpcrtl_getCurrentDir
+
 #endif /* FILEIO_H_ */