mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-21 14:49:36 +02:00
initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef LOG_H_
|
||||
#define LOG_H_
|
||||
|
||||
#define Log_BUFFER_SIZE 8192
|
||||
extern char Log_buffer[Log_BUFFER_SIZE];
|
||||
|
||||
void Log_print(const char *format, ...);
|
||||
void Log_flushlog(void);
|
||||
|
||||
#endif /* LOG_H_ */
|
||||
Reference in New Issue
Block a user