diff options
| author | George Hazan <ghazan@miranda.im> | 2021-05-20 17:18:15 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2021-05-20 17:18:15 +0300 |
| commit | 46be94cd275231bb124f2887878d5a78be5abf9a (patch) | |
| tree | ca025fcd5cb689a763d86176700dbcd7f4231aca /include | |
| parent | af4c6d82d1e4dfa9aa60aeabed408486a3979a3e (diff) | |
mir_wstrstri - case-insensitive search of substring, Unicode version
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_core.h b/include/m_core.h index c4a77168f4..6a9cda3b39 100644 --- a/include/m_core.h +++ b/include/m_core.h @@ -301,6 +301,8 @@ MIR_CORE_DLL(wchar_t*) mir_wstrdup(const wchar_t* str); MIR_CORE_DLL(char*) mir_strndup(const char* str, size_t len);
MIR_CORE_DLL(wchar_t*) mir_wstrndup(const wchar_t *str, size_t len);
+MIR_CORE_DLL(const wchar_t*) mir_wstrstri(const wchar_t *s1, const wchar_t *s2);
+
///////////////////////////////////////////////////////////////////////////////
// print functions
|
