Hi, On 11/3/24 23:42, Heinrich Schuchardt wrote:
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 <[email protected]> --- v2: no change --- include/vsprintf.h | 13 +++++++++++++ lib/strto.c | 5 +++++ 2 files changed, 18 insertions(+)
Reviewed-by: Patrick Delaunay <[email protected]> Thanks Patrick

