Add strchr() and putchar() to local C library
authorHarry Liebel <Harry.Liebel@arm.com>
Thu, 12 Dec 2013 16:46:30 +0000 (16:46 +0000)
committerDan Handley <dan.handley@arm.com>
Fri, 20 Dec 2013 15:52:16 +0000 (15:52 +0000)
commit1bc9e1f6ebb339136842fca0fa6f897ec20fd1aa
treedc5438c152dbc0c303a8283720ac585bdc812fcf
parent0f702c6e7097c369517f891c172a84e2e439e9f7
Add strchr() and putchar() to local C library

Change-Id: I3659e119a242f8ef828e32bfdf5d0b4b7ac4f716
include/stdlib/stdio.h
include/stdlib/string.h
lib/stdlib/printf.c
lib/stdlib/putchar.c [new file with mode: 0644]
lib/stdlib/puts.c
lib/stdlib/std.c
lib/stdlib/strchr.c [new file with mode: 0644]