logging works ( but it's buggy 😭 )

This commit is contained in:
FantasyPvP
2024-12-05 01:42:50 +00:00
parent ad8496ca68
commit 3f35a00526
12 changed files with 786 additions and 44 deletions
+1 -1
View File
@@ -8,5 +8,5 @@
* @return 0 on success, -1 on error
* @note This function frees the string passed to it!
*/
int write_log(String_t* string, int lines);
int write_log(String_t* string);