LibC: Add is*() functions to libc

This commit is contained in:
Bananymous
2023-01-16 19:13:11 +02:00
parent 5122d27f89
commit fd16c1cf58
3 changed files with 88 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ BUILDDIR=$(abspath build)
FREEOBJS=\
$(ARCH_FREEOBJS) \
ctype.o \
stdio/printf.o \
stdio/putchar.o \
stdio/puts.o \