Scroll to navigation

LSAME(1) BLAS routine LSAME(1)

NAME

LSAME - returns .TRUE

SYNOPSIS

LSAME(CA,CB)

CHARACTER CA,CB

PURPOSE

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

ARGUMENTS

CA and CB specify the single characters to be compared.
November 2008 BLAS routine