Go to the documentation of this file.
   66#if defined(__STDC__) || defined(__ANSI_CPP__) || defined(_MSC_VER)              
   67#  define SO__QUOTE(str)        #str 
   69#  define SO__QUOTE(str)        "str" 
   73#if defined(__STDC__) || defined(__ANSI_CPP__) || defined(_MSC_VER)              
   74#   define SO__CONCAT(str1, str2)       str1##str2 
   76#   define SO__CONCAT(str1, str2)       str1str2