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

NAME

6       bson_strerror_r - bson_strerror_r()
7

SYNOPSIS

9          char *
10          bson_strerror_r (int err_code, char *buf, size_t buflen);
11

PARAMETERS

13err_code: An errno.
14
15buf: A location to store the string.
16
17buflen: The size of buf.
18

DESCRIPTION

20       This is a portability wrapper around strerror().
21

RETURNS

23       The passed in buf parameter or an internal string.
24

AUTHOR

26       MongoDB, Inc
27
29       2017-present, MongoDB, Inc
30
31
32
33
341.20.0                           Nov 18, 2021               BSON_STRERROR_R(3)
Impressum