brender-1997/myst/Log.h
2022-05-03 14:31:40 -07:00

7 lines
110 B
C

#ifndef _LOG_H_
#define _LOG_H_
void log_open(void);
void log_close(void);
void syslog(char *s, ...);
#endif