logical function lsame (CA, CB)
LSAME
LSAME
Purpose:
LSAME returns .TRUE. if CA is the same letter as CB regardless of case.
Parameters:
CA is CHARACTER*1
CB
CB is CHARACTER*1 CA and CB specify the single characters to be compared.
Author:
Univ. of California Berkeley
Univ. of Colorado Denver
NAG Ltd.
Date:
Definition at line 55 of file lsame.f.
Generated automatically by Doxygen for LAPACK from the source code.