started working on logging

This commit is contained in:
FantasyPvP
2024-12-04 18:59:02 +00:00
parent ad96bcc0c8
commit ad8496ca68
7 changed files with 49 additions and 5 deletions
-4
View File
@@ -342,7 +342,3 @@ void shutdown_editor(Editor* self) {
str_dealloc(&self->filename);
free(self->buffer);
}
String_t* to_string(Editor* self) {
}