Changeset 1807 for trunk/psLib/src/collections/psList.c
- Timestamp:
- Sep 14, 2004, 10:01:52 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psList.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psList.c
r1747 r1807 1 2 1 /** @file psList.c 3 2 * @brief Support for doubly linked lists … … 7 6 * @author Robert Daniel DeSonia, MHPCC 8 7 * 9 * @version $Revision: 1.1 8$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-09- 09 02:23:27$8 * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2004-09-14 20:01:52 $ 11 10 * 12 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 24 23 #include "psTrace.h" 25 24 #include "psLogMsg.h" 25 26 #include "psCollectionsErrors.h" 26 27 27 28 #define ITER_INIT_HEAD ((void *)1) // next iteration should return head
Note:
See TracChangeset
for help on using the changeset viewer.
