Add custom div functions

This commit is contained in:
2025-01-27 22:29:06 +03:00
parent 60245f9da0
commit a3c69113f4
5 changed files with 114 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
all: test
test: test.c uprintf.c uprintf.h
gcc -std=c89 -Os -o test test.c uprintf.c
gcc -std=c89 -Os -DUPRINTF_CUSTOM_DIV_FUNC -o test test.c uprintf.c idiv.c
clean:
rm -rf test