aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-10-21 11:51:38 +0200
committerMattias Andrée <maandree@kth.se>2018-10-21 11:51:38 +0200
commit160eaaddcfed8075abd06624835a2d49548eb5de (patch)
tree6883e07688ad43520b7407d2728f41d0cf9c68a9 /Makefile
parentAdd man pages for more str-functions (diff)
downloadlibsimple-160eaaddcfed8075abd06624835a2d49548eb5de.tar.gz
libsimple-160eaaddcfed8075abd06624835a2d49548eb5de.tar.bz2
libsimple-160eaaddcfed8075abd06624835a2d49548eb5de.tar.xz
Add strcasechr and strcasechrnul
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7af3845..21bd244 100644
--- a/Makefile
+++ b/Makefile
@@ -74,17 +74,19 @@ OBJ =\
rawmemchr.o\
rawmemrchr.o\
rawmemrchr.o\
+ strcasechr.o\
+ strcasechrnul.o\
strcaseends.o\
strcasestr.o\
strchrnul.o\
strends.o\
+ strncasestr.o\
strndup.o\
strnstr.o\
- strncasestr.o\
strrcasestr.o\
- strrstr.o\
strrncasestr.o\
strrnstr.o\
+ strrstr.o\
strstarts.o\
strtotimespec.o\
strtotimeval.o\