almost all of stdio.h

This commit is contained in:
pommicket 2022-02-14 16:52:33 -05:00
parent d0d868433e
commit c15db88951
7 changed files with 403 additions and 62 deletions

View file

@ -5,9 +5,9 @@ out04: in04 ../04/out03
../04/out03 in04 out04
%.html: %.md ../markdown
../markdown $<
%.out: %.c
%.out: %.c *.h out04
./out04 $< $@
a.out: main.c
a.out: main.c *.h out04
./out04
clean:
rm -f out* README.html *.out