IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 27, 2004, 3:48:05 PM (22 years ago)
Author:
desonia
Message:

Task #1153 - added psArrayAdd function.

File:
1 edited

Legend:

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

    r2793 r2836  
    99 *  @author Ross Harman, MHPCC
    1010 *
    11  *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-12-23 01:14:52 $
     11 *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-12-28 01:48:05 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3030#include "psCollectionsErrors.h"
    3131
    32 /*****************************************************************************/
    33 
    34 /*  FUNCTION IMPLEMENTATION - LOCAL                                          */
    35 
    36 /*****************************************************************************/
     32/*****************************************************************************
     33  FUNCTION IMPLEMENTATION - LOCAL
     34 *****************************************************************************/
    3735static void arrayFree(psArray* restrict psArr);
    3836
     
    4846}
    4947
    50 /*****************************************************************************/
    51 
    52 /* FUNCTION IMPLEMENTATION - PUBLIC                                          */
    53 
    54 /*****************************************************************************/
     48/*****************************************************************************
     49  FUNCTION IMPLEMENTATION - PUBLIC
     50 *****************************************************************************/
    5551psArray* psArrayAlloc(psU32 nalloc)
    5652{
Note: See TracChangeset for help on using the changeset viewer.