|
FreeBASIC
0.91.0
|
#include "flist.bi"
Go to the source code of this file.
Functions | |
| sub | flistInit (byval_as_TFLIST_ptr flist, byval_as_integer items, byval_as_integer itemlen) |
| sub | flistEnd (byval_as_TFLIST_ptr flist) |
| function_as_any_ptr | flistNewItem (byval_as_TFLIST_ptr flist) |
| sub | flistReset (byval_as_TFLIST_ptr flist) |
| function_as_any_ptr | flistGetHead (byval_as_TFLIST_ptr flist) |
| function_as_any_ptr | flistGetNext (byval_as_any_ptr node) |
| sub flistEnd | ( | byval_as_TFLIST_ptr | flist) |
| function_as_any_ptr flistGetHead | ( | byval_as_TFLIST_ptr | flist) |
| function_as_any_ptr flistGetNext | ( | byval_as_any_ptr | node) |
| sub flistInit | ( | byval_as_TFLIST_ptr | flist, |
| byval_as_integer | items, | ||
| byval_as_integer | itemlen | ||
| ) |
| function_as_any_ptr flistNewItem | ( | byval_as_TFLIST_ptr | flist) |