Changeset 4714 for trunk/Ohana/src/opihi/lib.shell/ListOps.c
- Timestamp:
- Aug 5, 2005, 9:53:49 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/ListOps.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/ListOps.c
r3922 r4714 1 1 # include "opihi.h" 2 2 # include "macro.h" 3 4 void InitLists () { 5 Nlists = 0; 6 ALLOCATE (lists, List, 1); 7 return; 8 } 3 9 4 10 /* return a new string consisting of the next line in the current list */
Note:
See TracChangeset
for help on using the changeset viewer.
