Deleted Added
full compact
wchar.h (231673) wchar.h (231714)
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 231673 2012-02-14 12:03:23Z theraven $
26 * $FreeBSD: head/include/wchar.h 231714 2012-02-14 21:48:46Z dim $
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.

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

219 size_t, mbstate_t * __restrict);
220#endif
221
222#if __BSD_VISIBLE
223wchar_t *fgetwln(FILE * __restrict, size_t * __restrict);
224size_t wcslcat(wchar_t *, const wchar_t *, size_t);
225size_t wcslcpy(wchar_t *, const wchar_t *, size_t);
226#endif
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.

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

219 size_t, mbstate_t * __restrict);
220#endif
221
222#if __BSD_VISIBLE
223wchar_t *fgetwln(FILE * __restrict, size_t * __restrict);
224size_t wcslcat(wchar_t *, const wchar_t *, size_t);
225size_t wcslcpy(wchar_t *, const wchar_t *, size_t);
226#endif
227
228#if __POSIX_VISIBLE >= 200809
229#include <xlocale/_wchar.h>
230#endif
231__END_DECLS
232
233#endif /* !_WCHAR_H_ */
227__END_DECLS
228
229#endif /* !_WCHAR_H_ */