![]() |
Go to the source code of this file.
Macros | |
#define | DO_PRAGMA(x) _Pragma (#x) |
#define | LOG(fmt, args...) |
Functions | |
void | __log_append (const char *file, int line, const char *fmt,...) |
#define DO_PRAGMA | ( | x | ) | _Pragma (#x) |
Definition at line 34 of file modules/mod-lua/src/main/internal.h.
#define LOG | ( | fmt, | |
args... | |||
) |
Definition at line 29 of file modules/mod-lua/src/main/internal.h.
void __log_append | ( | const char * | file, |
int | line, | ||
const char * | fmt, | ||
... | |||
) |