LIBC: Fixing warnings and missing semi-colons and adding stddef.h header.
commiteb3573c8f9f44c052c6ba10a391ac4605198d7cd
authorDavid Cohen <dacohen@gmail.com>
Thu, 10 Jan 2008 03:26:06 +0000 (9 23:26 -0400)
committerDavid Cohen <dacohen@gmail.com>
Thu, 10 Jan 2008 14:23:53 +0000 (10 10:23 -0400)
treed7e3d836ea9ece5ca451d35bb5e6e17d021bbb30
parent26789c15725f96c5afb6568cd241b9b71a37f445
LIBC: Fixing warnings and missing semi-colons and adding stddef.h header.

This patch fixes warnings and missing semi-colons and adds stddef.h header,
needed by size_t type, on string.c's functions.

Signed-off-by: David Cohen <dacohen@gmail.com>
include/libc/string.h
lib/libc/string.c