1BSON_STRFREEV(3) libbson BSON_STRFREEV(3)
23
4
NAME
6bson_strfreev - bson_strfreev()
7
SYNOPSIS
9void
10bson_strfreev (char **strv);
11
PARAMETERS
13• strv: A NULL-terminated array of strings to free, including the ar‐
14ray.
15
DESCRIPTION
17This will free each string in a NULL-terminated array of strings and
18then the array itself.
19
AUTHOR
21MongoDB, Inc
22
COPYRIGHT
242017-present, MongoDB, Inc
2526
27
28
29
1.17.6 Jun 03, 2021 BSON_STRFREEV(3)