Use strtonum-like functions for parsing numeric arguments

This commit is contained in:
Lucas 2020-06-14 15:15:29 +00:00
parent 55b0b396dc
commit 9a5f0f724e
4 changed files with 90 additions and 13 deletions

View file

@ -17,8 +17,8 @@
P = otpcli
V = 0.0
HDR = err.h otp.h
OBJ = cli.o err.o otp.o
HDR = err.h mystrtonum.h otp.h
OBJ = cli.o err.o mystrtonum.o otp.o
SRC = ${OBJ:.o=.c}
DIST_FILES = COPYING Makefile ${HDR} ${SRC}