C Library Functions  - lsame (3)

NAME

lsame(3f) - [BLAS:AUX_BLAS] compare two letters ignoring case

CONTENTS

Synopsis
Definition
Options
Authors
See Also

SYNOPSIS

logical function lsame(ca,cb)

      .. Scalar Arguments ..
      character(len=1),intent(in) :: ca,cb
      ..

DEFINITION

LSAME returns .TRUE. if CA is the same letter as CB regardless of case.

OPTIONS

    CA

CA is CHARACTER*1

    CB

CB is CHARACTER*1 CA and CB specify the single characters to be compared.

AUTHORS

o Univ. of Tennessee
o Univ. of California Berkeley
o Univ. of Colorado Denver
o NAG Ltd.

 date:December 2016

SEE ALSO

Online html documentation available at http://www.netlib.org/lapack/explore-html/


Nemo Release 3.1 lsame (3) July 22, 2023
Generated by manServer 1.08 from 65605ac0-b483-4add-bd3b-ff4859d3c2c1 using man macros.