Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
too many chars in constant
A character constant contained more than two characters.
Character constants are limited to one character (standard character constants) or two characters (long character constants).
Note that an escape sequence (for example, \t for tab) is converted to a single character.