Current File : //usr/include/wchar_impl.h
/*
 * Copyright (c) 1998, Oracle and/or its affiliates. All rights reserved.
 */

#ifndef	_WCHAR_IMPL_H
#define	_WCHAR_IMPL_H

#include <sys/isa_defs.h>

#ifdef	__cplusplus
extern "C" {
#endif

#ifndef	_MBSTATET_H
#define	_MBSTATET_H
typedef struct __mbstate_t {
#if defined(_LP64)
	long	__filler[4];
#else
	int	__filler[6];
#endif
} __mbstate_t;
#endif	/* _MBSTATET_H */

#ifdef	__cplusplus
}
#endif

#endif	/* _WCHAR_IMPL_H */