/* * c s i s . h */ /*)LIBRARY */ #ifdef DOCUMENTATION title csis Definitions For Use With csis.c index Definitions for use with csis.c synopsis #ifdef vms #include "c:cset.h" #include "c:csis.h" #else #include #include #endif description This header file just provides the external definitions for all the csets defined in cset.c. Note that the cset header file, cset.h, must be #include'd before this file, since this file makes use of definitions made there. bugs author Jerry Leichter #endif /* )EDITLEVEL=01 * Edit history * 0.0 20-Jul-82 JSL Invention */ extern CSET *csupper; extern CSET *cslower; extern CSET *csalpha; extern CSET *csdigit; extern CSET *csalnum; extern CSET *csxdigit; extern CSET *csspace; extern CSET *cspunct; extern CSET *csgraph; extern CSET *csprint; extern CSET *cscntrl;