Create loger.h
This commit is contained in:
parent
e6f4dc5cc8
commit
2849b67eaf
1 changed files with 9 additions and 0 deletions
9
c/loger.h
Normal file
9
c/loger.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef LOGER_H
|
||||
#define LOGER_H
|
||||
|
||||
|
||||
void error(char message[]);
|
||||
void info(char message[]);
|
||||
void warning(char message[]);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue