Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

debug.h

Go to the documentation of this file.
00001 /* ndk - [ debug.h ]
00002  *
00003  * Basic debugging functions
00004  *
00005  * (c)2004 dcipher / neuraldk
00006  *           www.neuraldk.org
00007  */
00008 
00017 #ifndef __ndk_debug_h__
00018 #define __ndk_debug_h__
00019 
00020 #include "console.h"
00021 
00022 #define DEBUG_ENTER_LEAVE
00023 
00024 void debugEnter(char *func, char *pattern, ...);
00025 void debugLeave(char *func, char *pattern, ...);
00026 
00027 #endif
00028 

Generated on Wed Mar 22 20:36:33 2006 for ndk by  doxygen 1.4.4