Changeset 4367 for trunk/psLib/src/collections/psArray.c
- Timestamp:
- Jun 22, 2005, 5:50:29 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psArray.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psArray.c
r4342 r4367 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1.3 0$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-06-2 2 02:05:41$11 * @version $Revision: 1.31 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-06-23 03:50:29 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 147 147 } 148 148 149 psArray* psArraySort(psArray* array, psComparePtrF cnfunc)149 psArray* psArraySort(psArray* array, psComparePtrFunc func) 150 150 { 151 151 if (array == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.
