diff options
author | Mattias Andrée <maandree@kth.se> | 2018-10-22 15:52:32 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-10-22 15:52:32 +0200 |
commit | d69fd77060515537f9b6cba0daa12c1155b2c02f (patch) | |
tree | 49720d25c5ec376808369c43d9e9afedf5eec898 /Makefile | |
parent | Add memcase{cmp,ends,starts,eq} and mem[r]casemem (diff) | |
download | libsimple-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-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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\ |