IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 2, 2005, 2:54:13 PM (21 years ago)
Author:
desonia
Message:

Added SWIG and autoconf.

File:
1 edited

Legend:

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

    r2793 r3115  
    1212 *  @author Ross Harman, MHPCC
    1313 *
    14  *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2004-12-23 01:14:52 $
     14 *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2005-02-03 00:54:10 $
    1616 *
    1717 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5555 */
    5656psArray* psArrayAlloc(
    57     psU32 nalloc                ///< Total number of elements to make available.
     57    psU32 nalloc                       ///< Total number of elements to make available.
    5858);
    5959
     
    6767 */
    6868psArray* psArrayRealloc(
    69     psArray* restrict psArr,           ///< array to reallocate.
     69    psArray* psArr,                    ///< array to reallocate.
    7070    psU32 nalloc                       ///< Total number of elements to make available.
    7171);
     
    104104 */
    105105void psArrayElementFree(
    106     psArray* restrict psArr            ///< Void pointer array to destroy.
     106    psArray* psArr                     ///< Void pointer array to destroy.
    107107);
    108108
Note: See TracChangeset for help on using the changeset viewer.