LChar

Description Character management
Header file LChar.h
Author Camil Demetrescu
Created Dec 14, 2001
Last updated Sep 24, 2003

 

Contents


Interface

Constants

LChar_ID

Functions

Bool LChar_IsAlnum  (c)
Bool LChar_IsAlpha  (c)
Bool LChar_IsCntrl  (c)
Bool LChar_IsDigit  (c)
Bool LChar_IsGraph  (c)
Bool LChar_IsLower  (c)
Bool LChar_IsPrint  (c)
Bool LChar_IsPunct  (c)
Bool LChar_IsSpace  (c)
Bool LChar_IsUpper  (c)
Bool LChar_IsXDigit (c)
i2   LChar_ToLower  (c)
i2   LChar_ToUpper  (c)

Description
This component simply provides wrappers for the <ctype.h> standard C functions.


Revision history