Family: strcasecmp
Authors: Berkeley Software Distribution
Mail: [email protected]
Version: 5.0
Bugs: strange interaction with const declarations in system files

Introduction

This code is the Berkeley library code for strcasecmp for platforms where that routine is not installed.

Configuration

None.

Provides

The missing routines.
extern int strcasecmp(char *s1, char *s2);
Compares s1 and s2 with no reguard as to the case of any embedded letters.
extern int strncasecmp(char *s1, char *s2, int n);
A strcmp is to strncmp.

To Do List

None.
$Id: strcasecmp.html,v 6.5 2012/08/30 14:53:51 ksb Exp $