aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-10-21 11:59:01 +0200
committerMattias Andrée <maandree@kth.se>2018-10-21 11:59:01 +0200
commit167ddc64a60bf8360ef67c675b97a517dc0e85d1 (patch)
tree52cd6c2977f86668dab82ef90cb979c8869c07e5 /Makefile
parentAdd strcasechr and strcasechrnul (diff)
downloadlibsimple-167ddc64a60bf8360ef67c675b97a517dc0e85d1.tar.gz
libsimple-167ddc64a60bf8360ef67c675b97a517dc0e85d1.tar.bz2
libsimple-167ddc64a60bf8360ef67c675b97a517dc0e85d1.tar.xz
Add strrcasechr
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 21bd244..09d3d15 100644
--- a/Makefile
+++ b/Makefile
@@ -83,6 +83,7 @@ OBJ =\
strncasestr.o\
strndup.o\
strnstr.o\
+ strrcasechr.o\
strrcasestr.o\
strrncasestr.o\
strrnstr.o\