From 5d62ca335a60f9e762fd4f63f7c0258157328c0b Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Mon, 14 Feb 2022 14:48:33 +0100 Subject: Use case insensitive search --- src/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index c45d03e..7a20558 100644 --- a/src/util.h +++ b/src/util.h @@ -17,6 +17,8 @@ int strnwidth(const char *s, int n); +const wchar_t *wcscasestr(const wchar_t *haystack, const wchar_t *needle); + void panic(const char *file, int line, const char *msg, ...); void assert(int cond, const char *file, int line, const char *condstr); void error(const char *fmtstr, ...); -- cgit v1.2.3-71-gd317