|
uc-sdk
|
Go to the source code of this file.
Functions | |
| void | vListInitialise (xList *pxList) |
| void | vListInitialiseItem (xListItem *pxItem) |
| void | vListInsertEnd (xList *pxList, xListItem *pxNewListItem) |
| void | vListInsert (xList *pxList, xListItem *pxNewListItem) |
| void | vListRemove (xListItem *pxItemToRemove) |