Sponsor:

Your company here ā€” click to reach over 10,000 unique daily visitors

bson_strcasecmp - Man Page

Synopsis

int
bson_strcasecmp (const char *s1, const char *s2);

Parameters

Description

A portable version of strcasecmp().

Returns

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

Author

MongoDB, Inc

Info

Jul 03, 2024 1.27.4 libbson