LibC: Add strcmp and strncmp

This commit is contained in:
Bananymous
2023-02-23 15:57:33 +02:00
parent 390a747768
commit 5cd97e44e2
4 changed files with 27 additions and 0 deletions

View File

@@ -40,6 +40,8 @@ string/memcmp.o \
string/memcpy.o \
string/memmove.o \
string/memset.o \
string/strcmp.o \
string/strncmp.o \
string/strcpy.o \
string/strlen.o \
string/strncpy.o \