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

#ifndef __CLOCALE_H
#define __CLOCALE_H     1

#include <tasking_config.h>

__TASKING_START_NAMESPACE

#include        __TASKING_C_NATIVE_HEADER(locale.h)

__TASKING_END_NAMESPACE
__TASKING_USING_NAMESPACE

#endif /* __CLOCALE_H */
