stos: lib: Add printf() port

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
Chloe M.
2026-06-22 00:47:43 +00:00
parent 6f222ae96c
commit 99c8b36704
4 changed files with 1048 additions and 0 deletions
+2
View File
@@ -10,6 +10,8 @@
include ../../mk/stos.mk
CFILES = $(shell find ../init -name "*.c")
CFILES += $(shell find ../xt -name "*.c")
CFILES += $(shell find ../lib -name "*.c")
DFILES = $(CFILES:.c=.d)
OFILES = $(CFILES:.c=.o)