home *** CD-ROM | disk | FTP | other *** search
- #ifndef OS_CHAR_OPH
- #define OS_CHAR_OPH
-
- #define CharIsAlphaNumeric $97
- #define CharIsAlphabetic $96
- #define CharIsControl $9D
- #define CharIsDigit $93
- #define CharIsGraphic $9C
- #define CharIsHexDigit $94
- #define CharIsLowerCase $99
- #define CharIsPrintable $95
- #define CharIsPunctuation $9B
- #define CharIsSpace $9A
- #define CharIsUpperCase $98
- #define CharToFoldedChar $A0
- #define CharToLowerChar $9F
- #define CharToUpperChar $9E
-
- #endif
-