[liba] Add strlcat

This commit is contained in:
Romain Goyet
2020-02-13 16:04:39 -05:00
committed by Ecco
parent dc4f43eeb0
commit 02a19fc83d
4 changed files with 22 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ liba_src += $(addprefix liba/src/, \
nearbyintf.c \
strcmp.c \
strchr.c \
strlcat.c \
strlcpy.c \
strlen.c \
external/sqlite/mem5.c \