Changeset 383 for trunk/archive/pslib/include/psMisc.h
- Timestamp:
- Apr 2, 2004, 4:31:27 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psMisc.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psMisc.h
r344 r383 28 28 29 29 /* \} */ // End of SystemGroup Functions 30 30 /* 31 * Concatenate two macro arguments 32 */ 33 #define P_PS_CONCAT(A, B) A ## B //!< Expands to AB 34 #define PS_CONCAT(A, B) A ## B //!< Also Expands to AB 35 #define PS_CONCAT2(A, B) PS_CONCAT(A, B) //!< Also expands to AB 36 #define PS_CONCAT3(A, B, C) A ## B ## C //!< Expands to ABC 37 #define PS_CONCAT4(A, B, C, D) A ## B ## C ## D //!< Expands to ABCD 38 31 39 #define PS_STRING(S) #S ///< converts argument to string 32 40
Note:
See TracChangeset
for help on using the changeset viewer.
