bcd_tolong function added.

This commit is contained in:
2024-07-01 22:31:49 +02:00
parent b24da848ac
commit 11db18ee92
4 changed files with 104 additions and 1 deletions

View File

@ -25,7 +25,9 @@ LIBSRC = uart_init_.c uart_send_chr.c uart_send_str.c \
multest.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
long_tobcd__.c long_tobcd.c \
bcd_tolong__.c bcd_tolong.c
LIBOBJ =$(patsubst %.c,%.rel, $(LIBSRC))
LIBNAME=mc8051fun.lib