Unit 'EXEC' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

AddTail

Append node to tail of a list

Declaration

Source position: exec.pas line 1189

procedure AddTail(

  list: pList;

  node: pNode

);

Arguments

list

  

Pointer to the target list

node

  

Pointer to the Node to be added

Description

Add a node to the tail of a list. The Node will be the last node in the list.

WARNING

This function does not arbitrate for access to the list. The calling task must be the owner of the involved list.


Documentation generated on: 2021-07-30