9 lines
No EOL
153 B
C
9 lines
No EOL
153 B
C
#ifndef LOGER_H
|
|
#define LOGER_H
|
|
|
|
|
|
void error(const char* format, ...);
|
|
void info(const char* format, ...);
|
|
void warning(const char* format, ...);
|
|
|
|
#endif |