aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-10-22 21:24:05 +0200
committerMattias Andrée <maandree@kth.se>2018-10-22 21:24:05 +0200
commite82a1defcf86d9ed5ef38748c156cdd7d545914d (patch)
tree85c10426cac9f75b4aaf15fe2281bd44de08ee1c /Makefile
parentAdd strn{case}{starts,ends} (diff)
downloadlibsimple-e82a1defcf86d9ed5ef38748c156cdd7d545914d.tar.gz
libsimple-e82a1defcf86d9ed5ef38748c156cdd7d545914d.tar.bz2
libsimple-e82a1defcf86d9ed5ef38748c156cdd7d545914d.tar.xz
Add strn[case]eqlen
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f297a7c..575e689 100644
--- a/Makefile
+++ b/Makefile
@@ -97,6 +97,7 @@ OBJ =\
strncasechr.o\
strncasechrnul.o\
strncaseends.o\
+ strncaseeqlen.o\
strncasestarts.o\
strncasestr.o\
strnchr.o\
@@ -104,6 +105,7 @@ OBJ =\
strndup.o\
strnend.o\
strnends.o\
+ strneqlen.o\
strnstarts.o\
strnstr.o\
strrcasechr.o\