IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 28, 2004, 10:36:37 AM (22 years ago)
Author:
desonia
Message:

added pslistSort and cooresponding compare functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psList.h

    r1073 r1111  
    1010 *  @ingroup LinkedList
    1111 *
    12  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2004-06-23 23:00:15 $
     12 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2004-06-28 20:36:37 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1818#include <pthread.h>                   // we need a mutex to make this stuff thread safe.
    1919
     20#include "psCompare.h"
    2021#include "psVector.h"
    2122
     
    181182);
    182183
     184psList* psListSort(psList* list, psCompareFcn compare);
     185
    183186/// @} End of DataGroup Functions
    184187
    185188#endif
     189
Note: See TracChangeset for help on using the changeset viewer.