![]() |
MFIX
2016-1
|
Go to the source code of this file.
Data Types | |
type | list::list_t |
Modules | |
module | list |
Functions/Subroutines | |
subroutine | list::list_init (this) |
subroutine | list::list_add (this, value) |
integer function | list::list_pop (this) |
subroutine | list::list_del (this, value) |
integer function | list::list_get (this, index) |
integer function | list::list_get_length (this) |