commit | 3b7171668528c82b464a7d2f523ef4564fc7045f | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Mon Feb 25 15:04:22 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Feb 26 16:27:05 2019 +0100 |
tree | 6c6558c7a34d4e37403a261a6b03079207c821e5 | |
parent | 0bbad6bb06f39185a1b6803e354dac1a48be6c16 [diff] |
MINOR: standard: Add a function to parse uints (dotted notation). This function is useful to parse strings made of unsigned integers and to allocate a C array of unsigned integers from there. For instance this function allocates this array { 1, 2, 3, 4, } from this string: "1.2.3.4".