libc: add the strcmp on libc.
commit7d754a9ad35a3ce85698e77731d028aa1c3da233
authorDavid Cohen <dacohen@gmail.com>
Tue, 11 Dec 2007 22:51:04 +0000 (11 18:51 -0400)
committerFelipe Balbi <me@felipebalbi.com>
Tue, 11 Dec 2007 23:34:11 +0000 (12 01:34 +0200)
treebb1217d1fe7ab671d0931c109d79d902c4c6fcc2
parent7c54be14a084c7a45b596e22b20cc93c5aa38d59
libc: add the strcmp on libc.

This patch adds the strcmp on libc.

Signed-off-by: David Cohen <dacohen@gmail.com>
Acked-by: Felipe Balbi <me@felipebalbi.com>
Makefile
include/tinyx/libc/string.h [new file with mode: 0644]
lib/Makefile [new file with mode: 0644]
lib/libc/Makefile [new file with mode: 0644]
lib/libc/string.c [new file with mode: 0644]