source: liacs/coco/assignment4/debug.h@ 205

Last change on this file since 205 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: 210 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, const char *format, ...);
11#if defined(__cplusplus)
12}
13#endif
14
15#endif
Note: See TracBrowser for help on using the repository browser.