Determines whether the given character is a control character.

Synopsis

Declared in <absl/strings/ascii.h>

bool
ascii_iscntrl(unsigned char c);

Return Value

true if c is a control character, false otherwise.

Parameters

Name

Description

c

The character to test.

Created with MrDocs