Go to the documentation of this file.
24 extern void msg(
const char *fmt, ...);
25 extern void warn(
const char *file,
int line,
const char *fmt, ...);
26 extern void va_warn(
const char *file,
int line,
const char *fmt, va_list args);
27 extern void warn_simple(
const char *file,
int line,
const char *text);
28 extern void warn_undoc(
const char *file,
int line,
const char *fmt, ...);
29 extern void warn_doc_error(
const char *file,
int line,
const char *fmt, ...);
31 extern void err(
const char *fmt, ...);
32 extern void err_full(
const char *file,
int line,
const char *fmt, ...);
35 extern void printlex(
int dbg,
bool enter,
const char *lexName,
const char *fileName);