aboutsummaryrefslogtreecommitdiff
path: root/src/espik_debug.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2005-12-08multi define :)beber1-9/+3
2005-12-07use espik_debug_print everywherebeber1-5/+13
more ignore corect debug macro when there is no arguments some indent some // -> /* */ add a macro for fd output (stderr, stdout) include debug and so ..
2005-12-07this sumplier macro doesn't workbeber1-4/+4
2005-12-07update macro, one line shotbeber1-3/+3
2005-12-07Avoid warningbeber1-1/+13
Make macro debug work (after compile :p) Format macro debug outpout (file.c+ligne @file.c: 'message') Start to use this macro #if -> #ifdeF del old macro code move macro to .h instead of .c while it's not an inline and use everywhere
2005-12-06start a function for debug printfbeber1-0/+1
2005-12-02Some work on debugbeber1-0/+2
2005-12-01Add a macro for __attribute__beber1-3/+4
Check if valgrinf is here Indent More debug and do better use config.h del ^_ from header
2005-12-01Make debug compilbeber1-4/+3
2005-12-01More C commentbeber1-0/+8
Add some function to print backtrace on some signal (kill, int) start debug