diff options
author | Mattias Andrée <maandree@kth.se> | 2018-10-21 11:59:01 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-10-21 11:59:01 +0200 |
commit | 167ddc64a60bf8360ef67c675b97a517dc0e85d1 (patch) | |
tree | 52cd6c2977f86668dab82ef90cb979c8869c07e5 /Makefile | |
parent | Add strcasechr and strcasechrnul (diff) | |
download | libsimple-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -83,6 +83,7 @@ OBJ =\ strncasestr.o\ strndup.o\ strnstr.o\ + strrcasechr.o\ strrcasestr.o\ strrncasestr.o\ strrnstr.o\ |