bson_strdup (3) Linux Manual Page
bson_strdup() – Copies str into a new string. If str is NULL, then NULL is returned.
Synopsis
char *
bson_strdup (const char *str);
Parameters
- str
- A string.
bson_strdup() – Copies str into a new string. If str is NULL, then NULL is returned.
char *
bson_strdup (const char *str);