strnicmp

Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index Return to Main Contents
 

NAME

strnicmp()  

SYNOPSIS

misc_lib/xgeneral.c:400

int strnicmp(char *s1, char *s2, int n)
 

DESCRIPTION

Routine to compare two strings, ignoring case, up to given length.  

PARAMETERS:

s1, s2: The two strings to compare.

n: maximum number of characters to compare.  

FUNCTION RETURN VALUE

int: <0, 0, >0 according to the relation between s1 and s2.

 

ORIGIN

(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS:
FUNCTION RETURN VALUE
ORIGIN

This document was created by man2html, using the manual pages.
Time: 07:28:19 GMT, July 20, 2024