diff options
author | Mattias Andrée <maandree@kth.se> | 2018-10-22 19:57:13 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-10-22 19:57:13 +0200 |
commit | b6f3b8d1e7161441303e518febabcb5a7958f1f3 (patch) | |
tree | 703f9b353518ab7bffb344d38251106ddd477534 /Makefile | |
parent | Add strn{,case}chr{,nul}, strnend, and strrn{,case}chr (diff) | |
download | libsimple-b6f3b8d1e7161441303e518febabcb5a7958f1f3.tar.gz libsimple-b6f3b8d1e7161441303e518febabcb5a7958f1f3.tar.bz2 libsimple-b6f3b8d1e7161441303e518febabcb5a7958f1f3.tar.xz |
Add strn{case}{starts,ends}
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -96,11 +96,15 @@ OBJ =\ streqlen.o\ strncasechr.o\ strncasechrnul.o\ + strncaseends.o\ + strncasestarts.o\ strncasestr.o\ strnchr.o\ strnchrnul.o\ strndup.o\ strnend.o\ + strnends.o\ + strnstarts.o\ strnstr.o\ strrcasechr.o\ strrcasestr.o\ |