Move mprintf to libaux

This commit is contained in:
2026-03-17 22:19:23 +01:00
parent 7bcd40151d
commit 76b1533ad0
10 changed files with 20 additions and 19 deletions

View File

@@ -1,7 +1,9 @@
include $(platform)/src.mk
c += printf.c \
path.c
path.c \
mprintf.c
o += printf.o \
path.o
path.o \
mprintf.o