Test if two characters are equal (BLAS 1)
- Purpose
- This routine returns true if ca is the same letter as cb regardless of case.
- Returns
- True (1) if ca == cb, false (0) if ca != cb regardless of case.
- Parameters
-
| [in] | ca | |
| [in] | cb | ca and cb specify the single characters to be compared. |
- Reference
- BLAS