commit | 1af6984c57cce5169491d308b58a9c85464b2159 | [log] [tgz] |
---|---|---|
author | Phil Sutter <phil@nwl.cc> | Wed Nov 22 20:41:34 2023 +0100 |
committer | Phil Sutter <phil@nwl.cc> | Thu Nov 23 18:01:21 2023 +0100 |
tree | 36919e665a167fdabac469d7912d1dfde2e3b7bd | |
parent | b1c5270bdf35138d7459349df487e1c9e18c4c32 [diff] |
libxtables: Introduce xtables_strtoul_base() Semantically identical to xtables_strtoul() but accepts the base as parameter so callers may force it irrespective of number prefix. The old xtables_strtoul() becomes a shallow wrapper. Signed-off-by: Phil Sutter <phil@nwl.cc>