Developer Reference for Intel® oneAPI Math Kernel Library for C
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-F2502AE7-D2E1-48D5-80FA-D9EE49242825
Visible to Intel only — GUID: GUID-F2502AE7-D2E1-48D5-80FA-D9EE49242825
lsame
Tests two characters for equality regardless of the case.
int lsame( const char* ca, const char* cb, int lca, int lcb );
- mkl.h
Name |
Type |
Description |
---|---|---|
ca, cb |
const char* |
Pointers to the single characters to be compared |
lca, lcb |
int |
Lengths of the input character strings, equal to one. |
This logical function checks whether two characters are equal regardless of the case.
Name |
Type |
Description |
---|---|---|
val |
int |
Result of the comparison:
|