E D R S I H C RSS
ID
Password
Join
Everybody ought to have a friend.

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.0087 sec