New long_* functions

This commit is contained in:
2024-07-03 06:54:47 +02:00
parent 11db18ee92
commit 6c2e631e56
7 changed files with 118 additions and 1 deletions

View File

@ -26,7 +26,9 @@ LIBSRC = uart_init_.c uart_send_chr.c uart_send_str.c \
bcd_add.c bcd_getsig.c bcd_invert.c bcd_9cpl.c bcd_addbyte.c bcd_shr.c \
long_rrc__.c long_rlc__.c \
long_tobcd__.c long_tobcd.c \
bcd_tolong__.c bcd_tolong.c
bcd_tolong__.c bcd_tolong.c \
long_addbyte__.c long_addbyte.c \
long_1cpl__.c long_invert__.c long_invert.c
LIBOBJ =$(patsubst %.c,%.rel, $(LIBSRC))