1BSON_STRDUP(3)                      Libbson                     BSON_STRDUP(3)
2
3
4

NAME

6       bson_strdup - bson_strdup()
7

SYNOPSIS

9          char *
10          bson_strdup (const char *str);
11

PARAMETERS

13       ยท str: A string.
14

DESCRIPTION

16       Copies str into a new string. If str is NULL, then NULL is returned.
17

RETURNS

19       A newly allocated string that should be freed with bson_free().
20

AUTHOR

22       MongoDB, Inc
23
25       2017-present, MongoDB, Inc
26
27
28
29
301.14.0                           Feb 22, 2019                   BSON_STRDUP(3)
Impressum