commit | 1bc9e1f6ebb339136842fca0fa6f897ec20fd1aa | [log] [tgz] |
---|---|---|
author | Harry Liebel <Harry.Liebel@arm.com> | Thu Dec 12 16:46:30 2013 +0000 |
committer | Dan Handley <dan.handley@arm.com> | Fri Dec 20 15:52:16 2013 +0000 |
tree | dc5438c152dbc0c303a8283720ac585bdc812fcf | |
parent | 0f702c6e7097c369517f891c172a84e2e439e9f7 [diff] [blame] |
Add strchr() and putchar() to local C library Change-Id: I3659e119a242f8ef828e32bfdf5d0b4b7ac4f716
diff --git a/lib/stdlib/std.c b/lib/stdlib/std.c index b6acf43..a9fc8ed 100644 --- a/lib/stdlib/std.c +++ b/lib/stdlib/std.c
@@ -34,6 +34,8 @@ #include "assert.c" #include "mem.c" #include "printf.c" +#include "putchar.c" #include "puts.c" +#include "strchr.c" #include "strlen.c" #include "subr_prf.c"