diff options
author | Mattias Andrée <maandree@kth.se> | 2023-07-04 19:37:10 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-07-04 19:37:10 +0200 |
commit | aab65f6d1793d2ded2629437afab007ba3db0bf1 (patch) | |
tree | 5750c8006bc8b280ed63e587d1062356747fc63d /Makefile | |
parent | libsimple_localtime.3: fix formatting (diff) | |
download | libsimple-aab65f6d1793d2ded2629437afab007ba3db0bf1.tar.gz libsimple-aab65f6d1793d2ded2629437afab007ba3db0bf1.tar.bz2 libsimple-aab65f6d1793d2ded2629437afab007ba3db0bf1.tar.xz |
Add bindex and bindex_r
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -45,6 +45,7 @@ SUBHDR =\ libsimple/pvalloc.h\ libsimple/pvallocz.h\ libsimple/realloc.h\ + libsimple/search.h\ libsimple/str.h\ libsimple/strdup.h\ libsimple/strn.h\ @@ -80,6 +81,8 @@ OBJ =\ aligned_wmemdup.o\ allocn.o\ asprintf.o\ + bindex.o\ + bindex_r.o\ callocn.o\ close.o\ cmptimespec.o\ |