Go to the source code of this file.
Functions/Subroutines |
LOGICAL function | lsame (CA, CB) |
| LSAME
|
Function/Subroutine Documentation
LOGICAL function lsame |
( |
character |
CA, |
|
|
character |
CB |
|
) |
| |
LSAME
- Purpose:
LSAME returns .TRUE. if CA is the same letter as CB regardless of
case.
- Parameters
-
[in] | CA | |
[in] | CB | CA and CB specify the single characters to be compared. |
- Author
- Univ. of Tennessee
-
Univ. of California Berkeley
-
Univ. of Colorado Denver
-
NAG Ltd.
- Date
- November 2011
Definition at line 52 of file lsame.f.