NEW
node
NEW
node'( 15 ns,
NULL
)
NEW
node'( delay => 5 ns,
next => stack )
|
Memory is allocated for the type
node
.
In the first example the default-value of the type
node
is used for initialization, in the second example
the values stated in brackets are used.
|