lib: strto: add simple_strtoll function
authorRoland Gaudig <roland.gaudig@weidmueller.com>
Fri, 23 Jul 2021 12:29:18 +0000 (12:29 +0000)
committerTom Rini <trini@konsulko.com>
Tue, 27 Jul 2021 18:50:47 +0000 (14:50 -0400)
commit0b016428a7be4518e4e880536d8ecd8f980fcfd8
tree86185f7fca1212c57c2e64a0b15632b5cc9ff2e9
parent55efa84d0f523b0609d6947d232c000824315a68
lib: strto: add simple_strtoll function

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>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/vsprintf.h
lib/strto.c