Changeset 253 for trunk/archive/pslib/include/psSort.h
- Timestamp:
- Mar 17, 2004, 5:33:48 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psSort.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psSort.h
r247 r253 15 15 /** Sort an array, along with some other stuff. Returns an index array */ 16 16 psIntArray * 17 psSortIndex(psIntArray *restrict out ;//!< Output index array (may be NULL)17 psSortIndex(psIntArray *restrict out, //!< Output index array (may be NULL) 18 18 const psFloatArray *restrict myArray //!< Array to sort 19 19 );
Note:
See TracChangeset
for help on using the changeset viewer.
