]> sigrok.org Git - libsigrok.git/commit
strutil: introduce sr_atoul_base() conversion helper (non-decimal)
authorNiklas Thorne <redacted>
Tue, 17 Nov 2020 11:55:26 +0000 (12:55 +0100)
committerGerhard Sittig <redacted>
Tue, 17 Nov 2020 16:51:02 +0000 (17:51 +0100)
commit30903c4043cd1cb3eef94036313e782629280883
treec4a80bca760fe7a5a7f8facb9a182882d36c6c58
parent3decd3b1f0cbb3a035f72e9eade42279d0507b89
strutil: introduce sr_atoul_base() conversion helper (non-decimal)

Introduce a text to number conversion routine which supports non-decimal
bases and optional suffixes, but returns unsigned results and thus covers
a larger range of values. This kind of amends commit 97aa41e9b59c which
introduced the sr_atol_base() routine.
src/libsigrok-internal.h
src/strutil.c