]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
vsprintf: add ustrtoll function
authorPiotr Wilczek <p.wilczek@samsung.com>
Sun, 27 Jan 2013 22:59:24 +0000 (22:59 +0000)
committerTom Rini <trini@ti.com>
Tue, 19 Feb 2013 22:01:26 +0000 (17:01 -0500)
commit7df54d316e70e2d6ae080ef98aa9d2388bbb8af9
treeef54472e87f03f989e5aa944f764736e3d68637b
parent7b395232da84ae59bd32985bf944a0a9f417a543
vsprintf: add ustrtoll function

Add 'ustrtoull' function to convert size from string (ex: 1GiB)
to unsigned long long type

Signed-off-by: Piotr Wilczek <p.wilczek@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
include/exports.h
lib/vsprintf.c