Initial commit

This commit is contained in:
Николай Пузанов
2020-12-13 09:51:25 +03:00
commit 6bcbbfd725
5 changed files with 480 additions and 0 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
all: test
test: test.c uprintf.c uprintf.h
gcc -Os -m32 -o test test.c uprintf.c
clean:
rm -rf test