7 lines
103 B
C
7 lines
103 B
C
|
|
#ifndef SYSTEM_LOG_H
|
|
#define SYSTEM_LOG_H
|
|
|
|
void log(const char *fmt, ...);
|
|
|
|
#endif /* SYSTEM_LOG_H */
|