LIBC: Introduce strerror
commit358a8045441d54661bd80fd00d5a554ec822fea5
authorFelipe Balbi <me@felipebalbi.com>
Wed, 9 Jan 2008 18:46:02 +0000 (9 13:46 -0500)
committerDavid Cohen <dacohen@gmail.com>
Thu, 10 Jan 2008 02:09:13 +0000 (9 22:09 -0400)
treeca1df9c05d7e871fec5cb27292306887ccd6e358
parent093800be9b033bdbfcc3fa4d80d8f6f416cb3353
LIBC: Introduce strerror

For now, we have to forcefully #define DEBUG
in strerror.c for this function to be compiled,
later on we should be able to make config and
choose if this will or won't be built.

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