1BSON_STRCASECMP(3)                  libbson                 BSON_STRCASECMP(3)
2
3
4

SYNOPSIS

6          int
7          bson_strcasecmp (const char *s1, const char *s2);
8

PARAMETERS

10s1: A string.
11
12s2: A string.
13

DESCRIPTION

15       A portable version of strcasecmp().
16

RETURNS

18       Returns  a  negative integer if s1 sorts lexicographically before s2, a
19       positive integer if it sorts after, or 0 if they are equivalent,  after
20       translating both strings to lower case.
21

AUTHOR

23       MongoDB, Inc
24
26       2017-present, MongoDB, Inc
27
28
29
30
311.25.1                           Nov 08, 2023               BSON_STRCASECMP(3)
Impressum