diff -r 8fca9fd31357 -r 2c21bc80c95d project_files/hwc/rtl/fileio.h --- 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_ */