.TH stricmp 3 "IRIT Version 6.0" 
.SH NAME
stricmp()
.SH SYNOPSIS
.nf
.ft B
misc_lib/xgeneral.c:441

.nf
.ft B
int stricmp(char *s1, char *s2)
.SH DESCRIPTION
Routine to compare two strings, ignoring case.
.SH PARAMETERS:

s1, s2: The two strings to compare.
.SH FUNCTION RETURN VALUE
int:     <0, 0, >0 according to the relation between s1 and s2.
.LP
.SH ORIGIN
(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT
