We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I have a question about following code segment:
------------------------ #ifdef _DEBUG #define mprintf printf #else #define mprintf SS/ ------------------------
"SS/" means nothing ? ( or NULL ? )
To me, it looks like someone was trying to use a trigraph and failed ...