Wiselib
|
00001 /* 00002 * File: debug.h 00003 * Author: angelo 00004 * 00005 * Created on May 18, 2009, 5:19 PM 00006 */ 00007 00008 #ifndef _DEBUG_H 00009 #define _DEBUG_H 00010 00011 #ifdef __cplusplus 00012 extern "C" { 00013 #endif 00014 00015 // int DEBUG = 0; 00016 00017 #ifdef __cplusplus 00018 } 00019 #endif 00020 00021 #endif /* _DEBUG_H */ 00022