Add an implementation for the memchr library function
authorGabe Black <gabeblack@google.com>
Fri, 16 Sep 2011 09:18:56 +0000 (02:18 -0700)
committerMathias Krause <minipli@googlemail.com>
Fri, 9 Mar 2012 19:00:53 +0000 (20:00 +0100)
commit1025f3afc85be633451c4312ab26d179d47132e5
treea43a5caf546a5617aa9fe7a1007f2abd2e4ec2c8
parent8ebd11eab999654873010e706b95e5fe5855ea64
Add an implementation for the memchr library function

Change-Id: Icded479d246f7cce8a3d2154c69f75178fa513e1
Signed-off-by: Gabe Black <gabeblack@google.com>
Reviewed-on: http://review.coreboot.org/708
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Mathias Krause <minipli@googlemail.com>
src/include/string.h
src/lib/Makefile.inc
src/lib/memchr.c [new file with mode: 0644]