#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.
◆ mc_abort()
void mc_abort |
( |
const char * |
msg, |
|
|
|
... |
|
) |
| |
◆ mc_debug()
void mc_debug |
( |
const char * |
msg, |
|
|
|
... |
|
) |
| |
◆ mc_error()
void mc_error |
( |
const char * |
msg, |
|
|
|
... |
|
) |
| |
◆ mc_get_debug()
int mc_get_debug |
( |
void |
| ) |
|
◆ mc_info()
void mc_info |
( |
const char * |
msg, |
|
|
|
... |
|
) |
| |
◆ mc_set_debug()
void mc_set_debug |
( |
int |
debug | ) |
|
◆ mc_set_syslog()
void mc_set_syslog |
( |
int |
syslog | ) |
|
◆ _debug
◆ _syslog