Changeset 4367 for trunk/psLib/src/collections/psCompare.h
- Timestamp:
- Jun 22, 2005, 5:50:29 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psCompare.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psCompare.h
r4162 r4367 6 6 * @ingroup Compare 7 7 * 8 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-06- 08 23:40:45$8 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-06-23 03:50:29 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 28 28 * than, equal to, or greater than the second. 29 29 */ 30 typedef int (*psComparePtrF cn) (30 typedef int (*psComparePtrFunc) ( 31 31 const void **a, ///< first comparison target 32 32 const void **b ///< second comparison target
Note:
See TracChangeset
for help on using the changeset viewer.
