debug.h
Go to the documentation of this file.
1 /*
2  * $Id: debug.h,v 1.5 2006/01/30 23:07:57 mclark Exp $
3  *
4  * Copyright (c) 2004, 2005 Metaparadigm Pte. Ltd.
5  * Michael Clark <michael@metaparadigm.com>
6  *
7  * This library is free software; you can redistribute it and/or modify
8  * it under the terms of the MIT license. See COPYING for details.
9  *
10  */
11 
12 #ifndef _DEBUG_H_
13 #define _DEBUG_H_
14 
15 extern void mc_set_debug(int debug);
16 extern int mc_get_debug(void);
17 
18 extern void mc_set_syslog(int syslog);
19 extern void mc_abort(const char *msg, ...);
20 extern void mc_debug(const char *msg, ...);
21 extern void mc_error(const char *msg, ...);
22 extern void mc_info(const char *msg, ...);
23 
24 #endif
void mc_info(const char *msg,...)
Definition: debug.c:84
void mc_error(const char *msg,...)
Definition: debug.c:72
void mc_set_syslog(int syslog)
Definition: debug.c:39
int mc_get_debug(void)
Definition: debug.c:37
int debug
Definition: sm2.c:20
void mc_set_debug(int debug)
Definition: debug.c:36
void mc_abort(const char *msg,...)
Definition: debug.c:44
void mc_debug(const char *msg,...)
Definition: debug.c:58


csm
Author(s): Andrea Censi
autogenerated on Tue May 11 2021 02:18:23