LastNode (Kernel)¶
-
LastNode
(pList)¶ Returns a pointer to the last node in the given list.
Parameters: pList (k_list) – A list. Returns: A pointer to the last node. See also:
FirstNode()
,PrevNode()
,NextNode()
.
LastNode
(pList)¶Returns a pointer to the last node in the given list.
Parameters: | pList (k_list) – A list. |
---|---|
Returns: | A pointer to the last node. |
See also: FirstNode()
, PrevNode()
, NextNode()
.