Deleted Added
full compact
p_string.c (157873) p_string.c (161195)
1/******************************************************************************
2 *
3 * Filename: p_string.c
4 *
5 * Instantiation of basic string operations to prevent inclusion of full
6 * string library. These are simple implementations not necessarily optimized
7 * for speed, but rather to show intent.
8 *

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

15 * No warranty, expressed or implied, is included with this software. It is
16 * provided "AS IS" and no warranty of any kind including statutory or aspects
17 * relating to merchantability or fitness for any purpose is provided. All
18 * intellectual property rights of others is maintained with the respective
19 * owners. This software is not copyrighted and is intended for reference
20 * only.
21 * END_BLOCK
22 *
1/******************************************************************************
2 *
3 * Filename: p_string.c
4 *
5 * Instantiation of basic string operations to prevent inclusion of full
6 * string library. These are simple implementations not necessarily optimized
7 * for speed, but rather to show intent.
8 *

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

15 * No warranty, expressed or implied, is included with this software. It is
16 * provided "AS IS" and no warranty of any kind including statutory or aspects
17 * relating to merchantability or fitness for any purpose is provided. All
18 * intellectual property rights of others is maintained with the respective
19 * owners. This software is not copyrighted and is intended for reference
20 * only.
21 * END_BLOCK
22 *
23 * $FreeBSD: head/sys/boot/arm/at91/libat91/p_string.c 157873 2006-04-19 17:16:49Z imp $
23 * $FreeBSD: head/sys/boot/arm/at91/libat91/p_string.c 161195 2006-08-10 18:07:49Z imp $
24 *****************************************************************************/
25
24 *****************************************************************************/
25
26#include "p_string.h"
26#include "lib.h"
27
28/*
29 * .KB_C_FN_DEFINITION_START
30 * int p_IsWhiteSpace(char)
31 * This global function returns true if the character is not considered
32 * a non-space character.
33 * .KB_C_FN_DEFINITION_END
34 */

--- 176 unchanged lines hidden ---
27
28/*
29 * .KB_C_FN_DEFINITION_START
30 * int p_IsWhiteSpace(char)
31 * This global function returns true if the character is not considered
32 * a non-space character.
33 * .KB_C_FN_DEFINITION_END
34 */

--- 176 unchanged lines hidden ---