void
Contents
Copyright
2009-present, MongoDB, Inc.
1.30.4 Jun 08, 2025 BSON_STRFREEV(3)
Description
This will free each string in a NULL-terminated array of strings and then the array itself.
Parameters
• strv: A NULL-terminated array of strings to free, including the array.
Synopsis
void
bson_strfreev (char **strv);
