Source position: utility.pas line 384
function Strnicmp( |
const Str1: STRPTR; |
const Str2: STRPTR; |
len: LongInt |
):LongInt; |
const string1: ShortString; |
const string2: PAnsiChar; |
length: LongInt |
):LongInt; |
const string1: PAnsiChar; |
const string2: ShortString; |
length: LongInt |
):LongInt; |
const string1: ShortString; |
const string2: ShortString; |
length: LongInt |
):LongInt; |