[v8i MDL] Case insensitive string comparison

Hi,

Which function is used for case insensitive string comparison? I found stricmp, strnicmp, strcasecmp but none of them exist in MDL API. I can write my own but it is better to use the library function if on exist.