diff options
| author | Mattias Andrée <maandree@kth.se> | 2018-08-12 22:02:07 +0200 | 
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2018-08-12 22:04:32 +0200 | 
| commit | 1054a875c7f96e5799c8bfbf8a73e41dd064b606 (patch) | |
| tree | 48184e8d2f0c15bae01aee97eaf57247c34e968a /Makefile | |
| parent | Add tests (diff) | |
| download | libsimple-1054a875c7f96e5799c8bfbf8a73e41dd064b606.tar.gz libsimple-1054a875c7f96e5799c8bfbf8a73e41dd064b606.tar.bz2 libsimple-1054a875c7f96e5799c8bfbf8a73e41dd064b606.tar.xz  | |
Add memrmem, strrstr, and strrcasestr
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 3 | 
1 files changed, 3 insertions, 0 deletions
@@ -25,6 +25,7 @@ OBJ =\  	memends.o\  	memmem.o\  	memrchr.o\ +	memrmem.o\  	memstarts.o\  	multimespec.o\  	multimeval.o\ @@ -39,6 +40,8 @@ OBJ =\  	strchrnul.o\  	strends.o\  	strndup.o\ +	strrcasestr.o\ +	strrstr.o\  	strstarts.o\  	strtotimespec.o\  	strtotimeval.o\  | 
