#include "Cnames.h"
Functions/Subroutines | |
| int | lsame_ (char *ca, char *cb) |
| int lsame_ | ( | char * | ca, | |
| char * | cb | |||
| ) |
Purpose
=======
LSAME returns .TRUE. if CA is the same letter as CB regardless of case.
Arguments
=========
CA (input) CHARACTER*1
CB (input) CHARACTER*1
CA and CB specify the single characters to be compared.
=====================================================================
1.5.5