/* * $Id$ * * {License} */ #ifndef _ASE_LIB_CMN_CHR_H_ #define _ASE_LIB_CMN_CHR_H_ #include #ifdef USE_STDC #include #else #define ASE_ISALPHA(c) ase_isalpha(c) #endif #endif