1
0
Fork 0
C_lib/docs/nodes/single_node.h.ms

25 lines
454 B
Plaintext

.TL
single_node.h
.AU
Wael Karram
.AB no
Documentation for single_node.h
.AE
.DA
.LP
This header defines a single node, with the prepoccessor variable SINGLE_NODE_H used as an include guard.
.br
Defines a single struct
.UL node_t \0which
has the fields
.I "next" \0and
.I "data" ,
the former of which is another node pointer, and the latter is a void pointer.
.br
It is of note that this header type-defines the aformentioned node as
.I "node_t" .