about summary refs log tree commit diff stats
path: root/numericx.h
Commit message (Collapse)AuthorAgeFilesLines
* move between files numeral_ptr structDaniel Santos2022-03-191-17/+0
| | | | | | | * move numeral_ptr struct from numericx.h to numericx.c * doc update Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
* replace PROG_NAME with "numericx" literalDaniel Santos2022-03-191-1/+0
| | | | | | | * replaced PROG_NAME for string literal "numericx". * deleted macro definition of PROG_NAME. Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
* doxygen refactorDaniel Santos2022-03-181-31/+0
| | | | | | | | | * 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>
* separate into header, implementation and cliDaniel Santos2022-03-171-0/+67
* 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>