Deleted Added
full compact
string.h (232498) string.h (233600)
1/*-
2 * Copyright (c) 1990, 1993
3 * The Regents of the University of California. 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

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

22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
29 * @(#)string.h 8.1 (Berkeley) 6/2/93
1/*-
2 * Copyright (c) 1990, 1993
3 * The Regents of the University of California. 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

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

22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
29 * @(#)string.h 8.1 (Berkeley) 6/2/93
30 * $FreeBSD: head/include/string.h 232498 2012-03-04 15:31:13Z theraven $
30 * $FreeBSD: head/include/string.h 233600 2012-03-28 12:11:54Z theraven $
31 */
32
33#ifndef _STRING_H_
34#define _STRING_H_
35
36#include <sys/cdefs.h>
37#include <sys/_null.h>
38#include <sys/_types.h>

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

128#define _SSIZE_T_DECLARED
129#endif /* _SIZE_T_DECLARED */
130
131void swab(const void * __restrict, void * __restrict, ssize_t);
132#endif /* _SWAB_DECLARED */
133
134#endif /* __BSD_VISIBLE */
135
31 */
32
33#ifndef _STRING_H_
34#define _STRING_H_
35
36#include <sys/cdefs.h>
37#include <sys/_null.h>
38#include <sys/_types.h>

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

128#define _SSIZE_T_DECLARED
129#endif /* _SIZE_T_DECLARED */
130
131void swab(const void * __restrict, void * __restrict, ssize_t);
132#endif /* _SWAB_DECLARED */
133
134#endif /* __BSD_VISIBLE */
135
136#if __POSIX_VISIBLE >= 200809
136#if __POSIX_VISIBLE >= 200809 || defined(_XLOCALE_H_)
137#include <xlocale/_string.h>
138#endif
139__END_DECLS
140
141#endif /* _STRING_H_ */
137#include <xlocale/_string.h>
138#endif
139__END_DECLS
140
141#endif /* _STRING_H_ */