Project

General

Profile

Statistics
| Branch: | Revision:

root / mainbox / log.h @ 5e03b78d

History | View | Annotate | Download (107 Bytes)

1
#ifndef LOG_H
2
#define LOG_H
3

    
4
void log_print(const char *fmt, ...);
5
void log_perror(const char *s);
6

    
7
#endif