Can now log without new line.

This commit is contained in:
Sheldon Lee
2020-07-06 00:56:29 +01:00
parent ede81f734d
commit 6a23dd6667
2 changed files with 8 additions and 0 deletions
+2
View File
@@ -3,6 +3,8 @@
void startLog(char* filename);
void logString(char* string);
void logLine(char* string);
void endLog();