( const char* szName1, const char* szName2,
int iSize )
compare characters of two strings without regard to case
Documentation
compare characters of two strings without regard to case
- Parameters:
- szName1 - string
szName2 - string
iSize - number of characters to compare
- Returns:
- if two string is equal, return 0.
otherwise return -1.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.