1
0
Fork 0

Add more docs.

This commit is contained in:
wael 2021-09-04 20:19:35 +03:00
parent c659257910
commit 267af2a93e
1 changed files with 27 additions and 0 deletions

View File

@ -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" .