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 ? )

Parents
  • This has nothing to do with Keil or the 'C' language!

    Somebody created that #define because it meant something to them.
    If you can't find that person and ask them, then you are just going to have to search the source code and any other available documentation and support and try to find out what it's for.

Reply
  • This has nothing to do with Keil or the 'C' language!

    Somebody created that #define because it meant something to them.
    If you can't find that person and ask them, then you are just going to have to search the source code and any other available documentation and support and try to find out what it's for.

Children