aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-10-22 15:52:32 +0200
committerMattias Andrée <maandree@kth.se>2018-10-22 15:52:32 +0200
commitd69fd77060515537f9b6cba0daa12c1155b2c02f (patch)
tree49720d25c5ec376808369c43d9e9afedf5eec898 /Makefile
parentAdd memcase{cmp,ends,starts,eq} and mem[r]casemem (diff)
downloadlibsimple-d69fd77060515537f9b6cba0daa12c1155b2c02f.tar.gz
libsimple-d69fd77060515537f9b6cba0daa12c1155b2c02f.tar.bz2
libsimple-d69fd77060515537f9b6cba0daa12c1155b2c02f.tar.xz
Add strn{,case}chr{,nul}, strnend, and strrn{,case}chr
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4749ada..dbf37b1 100644
--- a/Makefile
+++ b/Makefile
@@ -94,12 +94,19 @@ OBJ =\
strchrnul.o\
strends.o\
streqlen.o\
+ strncasechr.o\
+ strncasechrnul.o\
strncasestr.o\
+ strnchr.o\
+ strnchrnul.o\
strndup.o\
+ strnend.o\
strnstr.o\
strrcasechr.o\
strrcasestr.o\
+ strrncasechr.o\
strrncasestr.o\
+ strrnchr.o\
strrnstr.o\
strrstr.o\
strstarts.o\