Last change
on this file since 339 was 2, checked in by Rick van der Zwet, 15 years ago |
Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)
|
File size:
275 bytes
|
Rev | Line | |
---|
[2] | 1 | #ifndef _DEBUG_H
|
---|
| 2 | #define _DEBUG_H
|
---|
| 3 | #include <stdio.h>
|
---|
| 4 | #include <stdarg.h>
|
---|
| 5 | #include "Node.h"
|
---|
| 6 |
|
---|
| 7 | #if defined(__cplusplus)
|
---|
| 8 | extern "C" {
|
---|
| 9 | #endif
|
---|
| 10 |
|
---|
| 11 | void pmesg(int level, const char *format, ...);
|
---|
| 12 | void pmesg_node(int level, const Node& node);
|
---|
| 13 |
|
---|
| 14 | #if defined(__cplusplus)
|
---|
| 15 | }
|
---|
| 16 | #endif
|
---|
| 17 |
|
---|
| 18 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.