1BSON_STRDUP(3)                      libbson                     BSON_STRDUP(3)
2
3
4

SYNOPSIS

6          char *
7          bson_strdup (const char *str);
8

PARAMETERS

10str: A string.
11

DESCRIPTION

13       Copies str into a new string. If str is NULL, then NULL is returned.
14

RETURNS

16       A newly allocated string that should be freed with bson_free().
17

AUTHOR

19       MongoDB, Inc
20
22       2017-present, MongoDB, Inc
23
24
25
26
271.25.1                           Nov 08, 2023                   BSON_STRDUP(3)
Impressum