Last change
on this file since 143 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
|
Rev | Line | |
---|
[2] | 1 | #ifndef _DEBUG_H
|
---|
| 2 | #define _DEBUG_H
|
---|
| 3 | #include <stdio.h>
|
---|
| 4 | #include <stdarg.h>
|
---|
| 5 |
|
---|
| 6 | #if defined(__cplusplus)
|
---|
| 7 | extern "C" {
|
---|
| 8 | #endif
|
---|
| 9 |
|
---|
| 10 | void 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.