// cuchar standard header
#ifndef _CUCHAR_
#define _CUCHAR_
#include <yvals.h>
#if defined(__ghs)
 #if !_HAS_CPP11
  #error This file requires ISO C++11 support in the compiler
 #endif /* _HAS_CPP11 */
#endif /* __ghs */

#ifdef _STD_USING
 #undef _STD_USING
  #include <uchar.h>
 #define _STD_USING

#else /* _STD_USING */
 #include <uchar.h>
#endif /* _STD_USING */

 #if defined(__ghs)
  #pragma ghs start_cxx_lib_header
  #pragma ghs startdata
  #if defined(__ghs_max_pack_value)
   #pragma pack (push, __ghs_max_pack_value)
  #endif /* defined(__ghs_max_pack_value) */
 #endif /* defined(__ghs) */

 #ifdef _GLOBAL_USING
_STD_BEGIN
using _CSTD mbstate_t; using _CSTD size_t;
#if !defined(__ghs) || defined(__GHS_UNICODE__)
using _CSTD mbrtoc16; using _CSTD c16rtomb;
using _CSTD mbrtoc32; using _CSTD c32rtomb;
#endif /* __GHS_UNICODE__ */
_STD_END
 #endif /* _GLOBAL_USING */

 #if defined(__ghs)
  #if defined(__ghs_max_pack_value)
   #pragma pack(pop)
  #endif /* defined(__ghs_max_pack_value) */
  #pragma ghs enddata
  #pragma ghs end_cxx_lib_header
 #endif /* defined(__ghs) */

#endif /* _CUCHAR_ */

/*
 * Copyright (c) by P.J. Plauger. All rights reserved.
 * Consult your license regarding permissions and restrictions.
V8.03b/17:0063 */
