Commit Graph

3 Commits

Author SHA1 Message Date
Daniel Santos
f5421e7612 replace PROG_NAME with "numericx" literal
* replaced PROG_NAME for string literal "numericx".
 * deleted macro definition of PROG_NAME.

Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
2022-03-19 07:43:14 +00:00
Daniel Santos
a8f50b625c doxygen refactor
* removed doxygen comments from header file
 * change the title of README.md from better understanding in doxygen
   doc
 * removed all files from doc/ and rebuild the doc

Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
2022-03-18 14:59:24 +00:00
Daniel Santos
2bea495fe6 separate into header, implementation and cli
* separate numericx into: numericx.h, numericx.c, cli.c
 * numericx.h is the numericx library header
 * numericx.c is the numericx library implementation
 * cli.c is the numericx command-line program

Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
2022-03-17 19:09:42 +00:00