This repository has been archived on 2020-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
gnoemoe/src/debug.h

7 lines
119 B
C
Raw Normal View History

2005-10-09 10:53:36 +02:00
#ifndef DEBUG_H
#define DEBUG_H 1
void debug_msg(int level, char *line, ...);
void debug_set_level(int level);
#endif