
23 Jul
2021
23 Jul
'21
11:41 p.m.
On Fri, 23 Jul 2021 at 06:29, Roland Gaudig roland.gaudig-oss@weidmueller.com wrote:
From: Roland Gaudig roland.gaudig@weidmueller.com
Add simple_strtoll function for converting a string containing digits into a long long int value.
Signed-off-by: Roland Gaudig roland.gaudig@weidmueller.com
(no changes since v1)
include/vsprintf.h | 1 + lib/strto.c | 8 ++++++++ 2 files changed, 9 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org