1
0
Fork 0

Initial groff docs directories created, and initial example made for single_node.h (as single_node.h.ms), still needs fixing and finishing.

This commit is contained in:
wael 2021-09-04 00:26:25 +03:00
parent a8f07c1fa0
commit 71a24f93a0
3 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,20 @@
.DA
.TL
single_node.h
.AU
Wael Karram
.AB no
Documentation for single_node.h
.PP
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 which has the fields
.I "next"
and
.I "data"
, the former of which is another node pointer, and the latter is a void pointer.

View File

@ -0,0 +1,13 @@
.DA
.TL
single_node.h
.AU
Wael Karram
.AB no
Documentation for single_node.h
.PP
This header defines a single node, with the prepoccessor variable SINGLE_NODE_H used as an include guard.

BIN
docs/nodes/test.pdf Normal file

Binary file not shown.