mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
add strnlen()
This commit is contained in:
@ -310,6 +310,7 @@ C_LIB := \
|
||||
string_strncat.o \
|
||||
string_strncmp.o \
|
||||
string_strncpy.o \
|
||||
string_strnlen.o \
|
||||
string_strpbrk.o \
|
||||
string_strrchr.o \
|
||||
string_strspn.o \
|
||||
|
||||
Reference in New Issue
Block a user