#include "config.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include <stdarg.h>#include "debug.h"
Go to the source code of this file.
Functions | |
| void | mc_abort (const char *msg,...) |
| void | mc_debug (const char *msg,...) |
| void | mc_error (const char *msg,...) |
| int | mc_get_debug () |
| void | mc_info (const char *msg,...) |
| void | mc_set_debug (int debug) |
| void | mc_set_syslog (int syslog) |
Variables | |
| static int | _debug = 0 |
| static int | _syslog = 0 |
| int mc_get_debug | ( | void | ) |
| void mc_set_debug | ( | int | debug | ) |
| void mc_set_syslog | ( | int | syslog | ) |