about summary refs log tree commit diff stats
path: root/cli.c
Commit message (Collapse)AuthorAgeFilesLines
* separate into header, implementation and cliDaniel Santos2022-03-171-0/+176
* 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>