util_strstrcase
Description:
Find the first instance of needle
in haystack
, ignoring case for bytes that are ASCII characters.
Parameters:
haystack |
The string to search in. |
needle |
The string to search for. |
Returns:
A pointer to the start of |
Namespace: E
Package: libedataserver-1.2