This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

What SS/ means in Keil C language ?

I have a question about following code segment:

------------------------
#ifdef _DEBUG #define mprintf printf
#else #define mprintf SS/
------------------------

"SS/" means nothing ? ( or NULL ? )

0