source: liacs/coco/assignment3/debug.h@ 128

Last change on this file since 128 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: 205 bytes
Line 
1#ifndef _DEBUG_H
2#define _DEBUG_H
3#include <stdio.h>
4#include <stdarg.h>
5
6#if defined(__cplusplus)
7extern "C" {
8#endif
9
10void pmesg(int level, char *format, ...);
11
12#if defined(__cplusplus)
13}
14#endif
15
16#endif
Note: See TracBrowser for help on using the repository browser.