bson_strerror_r (3) Linux Manual Page
bson_strerror_r() – This is a portability wrapper around strerror().
Synopsis
char *
bson_strerror_r (int err_code,
char *buf,
size_t buflen);
Parameters
- err_code
- An errno.
- buf
- A location to store the string.
- buflen
- The size of buf \&.
