logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Author

       MongoDB, Inc

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].

Parameters

c: A character.

Returns

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

Synopsis

          bool
          bson_isspace (int c);

See Also