diff options
author | Mattias Andrée <maandree@kth.se> | 2018-08-26 20:55:48 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-08-26 20:55:48 +0200 |
commit | 779ccf8c11d3990052f3e0f400319dbb8c2d7f77 (patch) | |
tree | cc75a0a1a1b20a78d9a70f285978e50341b3fa39 /libsimple.h | |
parent | Add test for putenvf (diff) | |
download | libsimple-779ccf8c11d3990052f3e0f400319dbb8c2d7f77.tar.gz libsimple-779ccf8c11d3990052f3e0f400319dbb8c2d7f77.tar.bz2 libsimple-779ccf8c11d3990052f3e0f400319dbb8c2d7f77.tar.xz |
Fixes and tests
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libsimple.h')
-rw-r--r-- | libsimple.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsimple.h b/libsimple.h index 3a18365..4e21e68 100644 --- a/libsimple.h +++ b/libsimple.h @@ -731,7 +731,7 @@ char *libsimple_strrncasestr(const char *, const char *, size_t); /* TODO test * _LIBSIMPLE_GCC_ONLY(__attribute__((__pure__, __nonnull__, __warn_unused_result__))) -char *libsimple_strnstr(const char *, const char *, size_t); /* TODO test */ +char *libsimple_strncasestr(const char *, const char *, size_t); /* TODO test */ #ifndef strncasestr # define strncasestr libsimple_strncasestr #endif |