diff --git a/docs/nodes/double_node.h.ms b/docs/nodes/double_node.h.ms new file mode 100644 index 0000000..5014ca7 --- /dev/null +++ b/docs/nodes/double_node.h.ms @@ -0,0 +1,27 @@ +.DA + +.TL +double_node.h + +.AU +Wael Karram + +.AB no +Documentation for double_node.h +.AE + +.ND + +.PP +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" .