Changeset 5511 for trunk/psLib/src/types
- Timestamp:
- Nov 14, 2005, 12:18:38 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/types/psList.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psList.c
r5216 r5511 6 6 * @author Robert Daniel DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1.4 4$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-1 0-01 02:22:15$8 * @version $Revision: 1.45 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-11-14 22:18:34 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 571 571 * Convert a psList to/from a psVoidPtrArray 572 572 */ 573 psArray* psListToArray(const psList* restrictlist)573 psArray* psListToArray(const psList* list) 574 574 { 575 575 psListElem* ptr; 576 576 psU32 n; 577 psArray* restrictarr;577 psArray* arr; 578 578 579 579 if (list == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.
