Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
BSON_STRERROR_R(3)		     libbson		      BSON_STRERROR_R(3)

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.

DESCRIPTION
     This is a portability wrapper around strerror().

RETURNS
     The passed in buf parameter or an internal string.

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026		      BSON_STRERROR_R(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=bson_strerror_r&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help