/**************************************************************************
**
**  FILE        :  cctype
**
**  DESCRIPTION :  new style standard C include file
**
**  COPYRIGHT   :  Copyright 1998-2009 Altium BV
**
**************************************************************************/

#ifndef __CCTYPE_H
#undef  __CCTYPE_H      1

#include <tasking_config.h>

__TASKING_START_NAMESPACE

#include        __TASKING_C_NATIVE_HEADER(ctype.h)

#undef  isalpha
#undef  isupper
#undef  islower
#undef  isdigit
#undef  isxdigit
#undef  isspace
#undef  isblank
#undef  ispunct
#undef  isalnum
#undef  isprint
#undef  isgraph
#undef  iscntrl
#undef  isascii
#undef  toascii

__TASKING_END_NAMESPACE
__TASKING_USING_NAMESPACE

#endif /* __CCTYPE_H */
