E D R S I H C RSS

Debugging (rev. 1.1)

ID
Password
Join
The universe is laughing behind your back.

FrontPage Debugging

#define DEBUG

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