ListGetPrev

01 Returns the current list entry and decrements the iterator.
02

ListEntry *ListGetPrev(ListEntry **le);

03 Parameters:
  • le: Pointer to an iterator (= pointer to a ListEntry).
04 See the example at ListEntry.09 for a usage of iterators.
05 Reference: SemysList.h
Implementation: Semys Library
See Also: List Sub-System, ListEntry, ListGetNext()

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.