![]() |
![]()
| ![]() |
![]()
SYNOPSISint bson_strcasecmp (const char *s1, const char *s2); PARAMETERS
DESCRIPTIONA portable version of strcasecmp(). RETURNSReturns 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. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|