IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 603


Ignore:
Timestamp:
May 7, 2004, 12:01:19 PM (22 years ago)
Author:
Paul Price
Message:

Specified a sort function. Motivation is primarily to be able to
iterate on a sorted list of keys from a hash.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psDlist.h

    r442 r603  
    9393;
    9494
     95/** Sort a list. */
     96psDlist *psDlistSort(psDlist *list,     ///< List to sort
     97                     int (*compare)(const void *a, const void *b) // Function to compare two list elements
     98    );
     99
    95100/* \} */ // End of DataGroup Functions
    96101
Note: See TracChangeset for help on using the changeset viewer.