Changeset 20 for trunk/include/helpers/linklist.h
- Timestamp:
- Jan 5, 2001, 11:15:28 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/linklist.h
r17 r20 58 58 /* 59 59 *@@ LISTNODE: 60 * new with V0.9.0. This now defines 61 * one item in the list. 62 * pItemData points to the actual data. 60 * this defines one item in a LINKLIST. 61 * 62 * pItemData points to the actual data, 63 * whatever format this is in... 64 * 65 * See linklist.c for more on how 66 * to use these. 63 67 * 64 68 *@@added V0.9.0 … … 74 78 /* 75 79 *@@ LINKLIST: 76 * new with V0.9.0. This now defines77 80 * the "root" of a linked list. 81 * 82 * See linklist.c for more on how 83 * to use these. 78 84 * 79 85 *@@added V0.9.0
Note:
See TracChangeset
for help on using the changeset viewer.