On 08.01.2021 02:27, Jessica Clarke wrote:
> On 7 Jan 2021, at 23:20, Vladimir Kondratyev wrote:
>> +#include
>> +#include
>> +#include "xlocale_private.h"
>> +
>> +/*
>> + * Find the first occurrence of find in s, ignore case.
>> + */
>> +char *
>> +strcasestr_l(const char *s, const char *find,
On 7 Jan 2021, at 23:20, Vladimir Kondratyev wrote:
> +#include
> +#include
> +#include "xlocale_private.h"
> +
> +/*
> + * Find the first occurrence of find in s, ignore case.
> + */
> +char *
> +strcasestr_l(const char *s, const char *find, locale_t locale)
Locales in the kernel? This feels w