diff options
| author | sghctoma <[email protected]> | 2018-09-03 08:57:17 +0200 |
|---|---|---|
| committer | sghctoma <[email protected]> | 2018-09-03 08:57:17 +0200 |
| commit | df730a88919b078093dbc322926ada219a60d036 (patch) | |
| tree | f2837f24092c7be5dfccdf448e47062cb5718549 /include/stringop.h | |
| parent | 67188b7cba2a985926647e049ed32c72b6ee98c8 (diff) | |
| parent | c9276f04c9fae7a211164003bc9cb8b4369db5fd (diff) | |
Merge remote-tracking branch 'upstream/master' into fix-freebsd-build
Diffstat (limited to 'include/stringop.h')
| -rw-r--r-- | include/stringop.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/stringop.h b/include/stringop.h index e7f58011..01bbdaa9 100644 --- a/include/stringop.h +++ b/include/stringop.h @@ -46,4 +46,6 @@ char *cmdsep(char **stringp, const char *delim); // Split string into 2 by delim, handle quotes char *argsep(char **stringp, const char *delim); +const char *strcasestr(const char *haystack, const char *needle); + #endif |
