Changeset 1441 for trunk/psLib/src/sys/psString.h
- Timestamp:
- Aug 9, 2004, 1:40:55 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psString.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psString.h
r1407 r1441 11 11 * @author Eric Van Alst, MHPCC 12 12 * 13 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $14 * @date $Date: 2004-08-0 7 00:06:06$13 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-08-09 23:40:55 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 18 18 19 19 #ifndef PS_STRING_H 20 # define PS_STRING_H20 #define PS_STRING_H 21 21 22 22 /******************************************************************************/ … … 27 27 28 28 /** This macro will convert the arguement to a quoted string */ 29 # define PS_STRING(S) #S29 #define PS_STRING(S) #S 30 30 31 31 /******************************************************************************/
Note:
See TracChangeset
for help on using the changeset viewer.
