// ciso646 standard header

#if defined(__ghs) || defined(__SC3__)

#ifndef _GHS_CISO646
#define _GHS_CISO646

#include <iso646.h>

#endif // _GHS_CISO646

#else /* !__ghs */

#ifndef _CISO646_
#define _CISO646_
#include <yvals.h>

#include <iso646.h>
#endif /* _CISO646_ */

#endif /* !__ghs */

/*
 * Copyright (c) 1992-2003 by P.J. Plauger.  ALL RIGHTS RESERVED.
 * Consult your license regarding permissions and restrictions.
V4.02:0324 */
