bson_strfreev - Man Page
bson_strfreev()
Synopsis
void bson_strfreev (char **strv);
Parameters
- strv: A NULL-terminated array of strings to free, including the array.
Description
This will free each string in a NULL-terminated array of strings and then the array itself.
Author
MongoDB, Inc
Copyright
2017-present, MongoDB, Inc
Info
Sep 06, 2023 1.24.4 libbson