_stdint.h (b1aa0ba527b758558ff81344d8eb0e173a00f6ae) _stdint.h (49545b3891a707a543faab07822d56d86c4ee73c)
1/*-
2 * Copyright (c) 2001, 2002 Mike Barcroft <mike@FreeBSD.org>
3 * Copyright (c) 2001 The NetBSD Foundation, Inc.
4 * All rights reserved.
5 *
6 * This code is derived from software contributed to The NetBSD Foundation
7 * by Klaus Klein.
8 *

--- 146 unchanged lines hidden (view full) ---

155
156/* Limit of size_t. */
157#define SIZE_MAX UINT32_MAX
158
159#ifndef WCHAR_MIN /* Also possibly defined in <wchar.h> */
160/* Limits of wchar_t. */
161#define WCHAR_MIN INT32_MIN
162#define WCHAR_MAX INT32_MAX
1/*-
2 * Copyright (c) 2001, 2002 Mike Barcroft <mike@FreeBSD.org>
3 * Copyright (c) 2001 The NetBSD Foundation, Inc.
4 * All rights reserved.
5 *
6 * This code is derived from software contributed to The NetBSD Foundation
7 * by Klaus Klein.
8 *

--- 146 unchanged lines hidden (view full) ---

155
156/* Limit of size_t. */
157#define SIZE_MAX UINT32_MAX
158
159#ifndef WCHAR_MIN /* Also possibly defined in <wchar.h> */
160/* Limits of wchar_t. */
161#define WCHAR_MIN INT32_MIN
162#define WCHAR_MAX INT32_MAX
163#endif
164
165/* Limits of wint_t. */
166#define WINT_MIN INT32_MIN
167#define WINT_MAX INT32_MAX
163
164/* Limits of wint_t. */
165#define WINT_MIN INT32_MIN
166#define WINT_MAX INT32_MAX
167#endif
168
169#endif /* !defined(__cplusplus) || defined(__STDC_LIMIT_MACROS) */
170
171#endif /* !_MACHINE__STDINT_H_ */
168
169#endif /* !defined(__cplusplus) || defined(__STDC_LIMIT_MACROS) */
170
171#endif /* !_MACHINE__STDINT_H_ */