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 \&.
RETURNS
The passed in buf parameter or an internal string.