#ifndef _DEBUG_H #define _DEBUG_H #include #include #if defined(__cplusplus) extern "C" { #endif void pmesg(int level, char *format, ...); #if defined(__cplusplus) } #endif #endif