struct.node.head
Syntax
- sn = struct.node.head
Get the first structure node in the list of all structure nodes. This function should be considered deprecated; it is provided mostly for backwards compatibility with old data files. Instead, see the c loop foreach statement and the
struct.node.list
function. See also thestruct.node.next
function.Returns: sn - structure node pointer Arguments: it - structure pointer
Was this helpful? ... | PFC 6.0 © 2019, Itasca | Updated: Nov 19, 2021 |