Added long_mul function

This commit is contained in:
2024-07-14 23:43:05 +02:00
parent 71a551d028
commit 5761d5c513
6 changed files with 107 additions and 1 deletions

View File

@ -31,7 +31,8 @@ LIBSRC = uart_init_.c uart_send_chr.c uart_send_str.c \
long_add__.c long_add.c \
long_1cpl__.c long_invert__.c long_invert.c \
long_sub__.c \
long_div__.c long_div.c
long_div__.c long_div.c \
long_fill__.c long_mul__.c long_mul.c
LIBOBJ =$(patsubst %.c,%.rel, $(LIBSRC))