Added long_mul function
This commit is contained in:
3
Makefile
3
Makefile
@ -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))
|
||||
|
Reference in New Issue
Block a user