mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Cleanup log code
This commit is contained in:
parent
c82b7e2ecc
commit
4c611e6767
3 changed files with 35 additions and 14 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue