]> git.dujemihanovic.xyz Git - u-boot.git/commit
lib: provide function hextoull()
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 3 Nov 2024 22:42:20 +0000 (23:42 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 13 Nov 2024 14:14:23 +0000 (08:14 -0600)
commit8ff37ec010ee228c0f7627b43e225103d9f460db
tree90806f53aa4442ab5f94d6b1878240a7a8345a5c
parente2635570e08199bb5644ce164def2a46d1dee9c0
lib: provide function hextoull()

We often convert hexadecimal strings to hextoull(). Provide a wrapper
function to simple_strtoull() that does not require specifying the radix.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
include/vsprintf.h
lib/strto.c