E D R S I H C RSS

Debugging (rev. 1.2)

ID
Password
Join
Your mode of life will be changed for the better because of good news soon.

FrontPage Debugging

#define DEBUG

#ifdef DEBUG
    #define cprintf(...) printf(__VA_ARGS__)
#else
    #define cprintf(...) 
#endif
Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2016-04-15 02:37:14
Processing time 0.0234 sec