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

26 lines
494 B
Plaintext

.TL
double_node.h
.AU
Wael Karram
.AB no
Documentation for double_node.h
.AE
.DA
.LP
This header defines a single node double headed, with the prepoccessor variable DOUBLE_NODE_H used as an include guard.
.br
Defines a single struct
.UL doube_node_t \0which
has the fields
.I "previous" ,
.I "next" and
.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 "double_node_t" .