1BSON_STRERROR_R(3)                  libbson                 BSON_STRERROR_R(3)
2
3
4

SYNOPSIS

6          char *
7          bson_strerror_r (int err_code, char *buf, size_t buflen);
8

PARAMETERS

10err_code: An errno.
11
12buf: A location to store the string.
13
14buflen: The size of buf.
15

DESCRIPTION

17       This is a portability wrapper around strerror().
18

RETURNS

20       The passed in buf parameter or an internal string.
21

AUTHOR

23       MongoDB, Inc
24
26       2017-present, MongoDB, Inc
27
28
29
30
311.25.1                           Nov 08, 2023               BSON_STRERROR_R(3)
Impressum