lsame(3P)
NAME
lsame - case-insensitive comparison of two characters
SYNOPSIS
LOGICAL FUNCTION LSAME( CA, CB )
CHARACTER CA, CB
#include <sunperf.h>
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.
SunOS 5.0 — Last change: 10 Dec 1998