Changeset 2836 for trunk/psLib/src/collections/psArray.c
- Timestamp:
- Dec 27, 2004, 3:48:05 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psArray.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psArray.c
r2793 r2836 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1.2 0$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-12-2 3 01:14:52$11 * @version $Revision: 1.21 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-12-28 01:48:05 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 30 30 #include "psCollectionsErrors.h" 31 31 32 /*****************************************************************************/ 33 34 /* FUNCTION IMPLEMENTATION - LOCAL */ 35 36 /*****************************************************************************/ 32 /***************************************************************************** 33 FUNCTION IMPLEMENTATION - LOCAL 34 *****************************************************************************/ 37 35 static void arrayFree(psArray* restrict psArr); 38 36 … … 48 46 } 49 47 50 /*****************************************************************************/ 51 52 /* FUNCTION IMPLEMENTATION - PUBLIC */ 53 54 /*****************************************************************************/ 48 /***************************************************************************** 49 FUNCTION IMPLEMENTATION - PUBLIC 50 *****************************************************************************/ 55 51 psArray* psArrayAlloc(psU32 nalloc) 56 52 {
Note:
See TracChangeset
for help on using the changeset viewer.
