7 lines
75 B
C
7 lines
75 B
C
|
#ifndef _ULOG_H
|
||
|
#define _ULOG_H
|
||
|
|
||
|
#define MODULE_FMT "[%s]"
|
||
|
|
||
|
#endif
|