long_add function

This commit is contained in:
2024-07-03 07:06:33 +02:00
parent 6c2e631e56
commit 6153bb3fb4
4 changed files with 34 additions and 13 deletions

View File

@ -28,6 +28,7 @@ LIBSRC = uart_init_.c uart_send_chr.c uart_send_str.c \
long_tobcd__.c long_tobcd.c \
bcd_tolong__.c bcd_tolong.c \
long_addbyte__.c long_addbyte.c \
long_add__.c long_add.c \
long_1cpl__.c long_invert__.c long_invert.c