]> sigrok.org Git - libsigrok.git/commit
strutil: introduce sr_atol_base() conversion helper (non-decimal)
authorGerhard Sittig <redacted>
Sun, 3 May 2020 14:38:13 +0000 (16:38 +0200)
committerGerhard Sittig <redacted>
Fri, 29 May 2020 04:12:50 +0000 (06:12 +0200)
commit97aa41e9b59c7a5f6f902939a769efa8aba33efc
tree0177df80de62807f80ae274f38d3daa34da77d3d
parentd770bfbbbc6af16b5ba878a97e420e5a82a88557
strutil: introduce sr_atol_base() conversion helper (non-decimal)

Introduce a text to number conversion routine which is more general than
sr_atol() is. It accepts non-decimal numbers, with optional caller given
or automatic base, including 0b for binary. It is not as strict and can
return the position after the number, so that callers can optionally
support suffix notations (units, or scale factors, or multiple separated
numbers in the same text string).
src/libsigrok-internal.h
src/strutil.c