_ctype

From RAD Studio
Jump to: navigation, search

Go Up to ctype.h Index

Header File

ctype.h

Syntax

extern char _ctype[];

Description

_ctype is an array of character attribute information indexed by ASCII value + 1. Each entry is a set of bits describing the character. This array is used by isdigit, isprint, and so on.