Changeset 6218 for trunk/psLib/src/sys/psString.c
- Timestamp:
- Jan 26, 2006, 3:49:05 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psString.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psString.c
r6201 r6218 13 13 * @author David Robbins, MHPCC 14 14 * 15 * @version $Revision: 1.2 2$ $Name: not supported by cvs2svn $16 * @date $Date: 2006-01-2 6 05:31:54$15 * @version $Revision: 1.23 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2006-01-27 01:49:05 $ 17 17 * 18 18 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 25 25 #include "psMemory.h" 26 26 #include "psError.h" 27 #include "psConstants.h" 27 28 28 29 #include "psErrorText.h" … … 168 169 const char *splitters) 169 170 { 171 PS_ASSERT_PTR_NON_NULL(string, NULL); 172 PS_ASSERT_PTR_NON_NULL(splitters, NULL); 173 170 174 psList *values = psListAlloc(NULL); // The list of values to return 171 175 unsigned int length = strlen(string); // The length of the string
Note:
See TracChangeset
for help on using the changeset viewer.
