summaryrefslogtreecommitdiffstats
path: root/fileIO.h
diff options
context:
space:
mode:
Diffstat (limited to 'fileIO.h')
-rw-r--r--fileIO.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/fileIO.h b/fileIO.h
new file mode 100644
index 0000000..339d5a9
--- /dev/null
+++ b/fileIO.h
@@ -0,0 +1,8 @@
+unsigned int htoi(const char *hex, int length);
+void Save(char* dev,char* savefile);
+int Load(char*dev,char*loadfile);
+void SaveEE(char* dev,char* savefile);
+int LoadEE(char*dev,char*loadfile);
+void OpenLogFile(void);
+void WriteLogIO();
+void CloseLogFile();