Cleanup log code

This commit is contained in:
Martin Lund 2022-06-22 00:22:18 +02:00
parent c82b7e2ecc
commit 4c611e6767
3 changed files with 35 additions and 14 deletions

View file

@ -22,6 +22,7 @@
#pragma once
void log_open(const char *filename);
void log_write(char c);
void log_printf(const char *format, ...);
void log_putc(char c);
void log_close(void);
void log_exit(void);