Developer Reference for Intel® oneAPI Math Kernel Library for C
lsamen
Tests two character strings for equality regardless of the case.
Syntax
MKL_INTlsamen ( const MKL_INT*n , const char*ca , const char*cb );
Include Files
mkl.h
Input Parameters
Name |
Type |
Description |
|---|---|---|
n |
const MKL_INT* |
Pointer to the number of characters in ca and cb to be compared. |
ca , cb |
const char* |
Character strings of length at least n to be compared. Only the first n characters of each string will be accessed. |
Description
This logical function tests whether the first n letters of one string are the same as the first n letters of the other string, regardless of the case.
Return Values
Name |
Type |
Description |
|---|---|---|
val |
MKL_INT |
Result of the comparison:
|