Header: string.h
Syntax:
extern int strcoll
(
const char *string_1,
const char *string_2,
);
Purpose: This function compares string_1 and string_2, both interpreted as appropriate to the LC_COLLATE category of the current locale, returning an int greater than, equal to, or less than zero.
|
|
|