source: liacs/coco/assignment2/debug.h@ 282

Last change on this file since 282 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
Line 
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)
8extern "C" {
9#endif
10
11void pmesg(int level, const char *format, ...);
12void 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.