]> sigrok.org Git - libsigrok.git/commitdiff
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)
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.


No differences found