summaryrefslogtreecommitdiff
path: root/lib/stdlib/std.c
diff options
context:
space:
mode:
authorHarry Liebel <Harry.Liebel@arm.com>2013-12-12 16:46:30 +0000
committerDan Handley <dan.handley@arm.com>2013-12-20 15:52:16 +0000
commit1bc9e1f6ebb339136842fca0fa6f897ec20fd1aa (patch)
treedc5438c152dbc0c303a8283720ac585bdc812fcf /lib/stdlib/std.c
parent0f702c6e7097c369517f891c172a84e2e439e9f7 (diff)
Add strchr() and putchar() to local C library
Change-Id: I3659e119a242f8ef828e32bfdf5d0b4b7ac4f716
Diffstat (limited to 'lib/stdlib/std.c')
-rw-r--r--lib/stdlib/std.c2
1 files changed, 2 insertions, 0 deletions
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"