RAD Studio
ContentsIndex
PreviousUpNext
_ctype

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.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!