| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
* move numeral_ptr struct from numericx.h to numericx.c
* doc update
Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
|
|
|
|
|
|
|
| |
* replaced PROG_NAME for string literal "numericx".
* deleted macro definition of PROG_NAME.
Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
|
|
|
|
|
|
|
|
|
| |
* 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 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>
|