qse/ase/lib/cmn/chr.h
2008-08-21 02:24:36 +00:00

23 lines
214 B
C

/*
* $Id$
*
* {License}
*/
#ifndef _ASE_LIB_CMN_CHR_H_
#define _ASE_LIB_CMN_CHR_H_
#include <ase/cmn/chr.h>
#ifdef USE_STDC
#include <ctype.h>
#else
#define ASE_ISALPHA(c) ase_isalpha(c)
#endif
#endif