- Timestamp:
- Jun 30, 2009 6:42:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cdefs.h
r21084 r21092 874 874 # define RT_UNLIKELY(expr) (expr) 875 875 #endif 876 877 878 /** @def RT_STR 879 * Returns the argument as a string constant. 880 * @param str Argument to stringify. */ 881 #define RT_STR(str) #str 882 /** @def RT_XSTR 883 * Returns the expanded argument as a string. 884 * @param str Argument to expand and stringy. */ 885 #define RT_XSTR(str) RT_STR(str) 876 886 877 887
Note:
See TracChangeset
for help on using the changeset viewer.