Changeset 10286 for trunk/psLib/src/sys/psString.h
- Timestamp:
- Nov 29, 2006, 11:33:09 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psString.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psString.h
r9939 r10286 14 14 * @author David Robbins, MHPCC 15 15 * 16 * @version $Revision: 1.3 1$ $Name: not supported by cvs2svn $17 * @date $Date: 2006-11- 10 00:31:12$16 * @version $Revision: 1.32 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2006-11-29 21:33:09 $ 18 18 * 19 19 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 208 208 ); 209 209 210 /// Given a CVS keyword string, strip off the CVS-specific keyword to get the value 211 psString psStringStripCVS(const char *string, ///< The string, something like "$CVSKEYWORD: Value$" 212 const char *tagName ///< The name of the tag to remove, something like "CVSKEYWORD" 213 ); 210 214 211 215 #define PS_ASSERT_STRING_NON_EMPTY(NAME, RVAL) \
Note:
See TracChangeset
for help on using the changeset viewer.
