Deleted Added
full compact
wchar.h (99640) wchar.h (101253)
1/*-
2 * Copyright (c)1999 Citrus Project,
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
1/*-
2 * Copyright (c)1999 Citrus Project,
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
26 * $FreeBSD: head/include/wchar.h 99640 2002-07-09 05:13:30Z obrien $
26 * $FreeBSD: head/include/wchar.h 101253 2002-08-03 04:18:40Z tjr $
27 */
28
29/*-
30 * Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
31 * All rights reserved.
32 *
33 * This code is derived from software contributed to The NetBSD Foundation
34 * by Julian Coleman.

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

90#undef _BSD_WINT_T_
91#endif
92
93#ifdef _BSD_SIZE_T_
94typedef _BSD_SIZE_T_ size_t;
95#undef _BSD_SIZE_T_
96#endif
97
27 */
28
29/*-
30 * Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
31 * All rights reserved.
32 *
33 * This code is derived from software contributed to The NetBSD Foundation
34 * by Julian Coleman.

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

90#undef _BSD_WINT_T_
91#endif
92
93#ifdef _BSD_SIZE_T_
94typedef _BSD_SIZE_T_ size_t;
95#undef _BSD_SIZE_T_
96#endif
97
98#ifndef _WCTYPE_T
99typedef long wctype_t;
100#define _WCTYPE_T
101#endif
102
98#ifndef WEOF
99#define WEOF ((wint_t)-1)
100#endif
101
102__BEGIN_DECLS
103#if 0
104/* XXX: not implemented */
105size_t mbrlen(const char * __restrict, size_t, mbstate_t * __restrict);

--- 42 unchanged lines hidden ---
103#ifndef WEOF
104#define WEOF ((wint_t)-1)
105#endif
106
107__BEGIN_DECLS
108#if 0
109/* XXX: not implemented */
110size_t mbrlen(const char * __restrict, size_t, mbstate_t * __restrict);

--- 42 unchanged lines hidden ---