1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

add strnlen()

This commit is contained in:
Henning Nielsen Lund
2017-08-01 21:28:07 +02:00
parent 309bbd8c8c
commit c76bf8e20b
3 changed files with 77 additions and 0 deletions

View File

@ -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 \