Remove the head node from a list
Source position: exec.pas line 1885
function RemHead( |
list: PList |
):PNode; |
list |
|
A pointer to the list |
The node removed or nil when empty list
Get a pointer to the head node and remove it from the list.
|
Append node to tail of a list |
|
|
Insert a node at the head of a list |
|
|
Insert or append node to a system list |
|
|
Insert a node into a list |
|
|
Remove a node from a list |
|
|
Remove the tail node from a list |