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

  
 
  

home | help
BSON_ISSPACE(3) 		     libbson			 BSON_ISSPACE(3)

SYNOPSIS
	bool
	bson_isspace (int c);

PARAMETERS
     * c: A character.

DESCRIPTION
     A safer alternative to isspace with additional bounds checking.

     It  is  equivalent  to isspace, excepts always returns false if c is out of
     the inclusive bounds [-1, 255].

RETURNS
     A boolean indicating if the c is considered white-space (as  determined  by
     the isspace function).

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026			 BSON_ISSPACE(3)

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

home | help