|
The List Oject (LSTOBJ) service programm was developed together with Dirk Storch. It provides services for managing dynamic lists (= arrays, list objects) easily. It uses C-functions (qsort, bsearch, strtok, memset,
memcpy, memmove, memcmp) and AS/400 user space APIs to accomplish that tasks. The List Object service program can manage multiple lists at the same time. Entries can be:
- added
- retrieved
- changed
- sorted
- and removed.
In order for simulating a stack the f_pushLstE and f_popLstE-functions can be used.
|