]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] standard: add read_uint() to parse a delimited unsigned integer
authorWilly Tarreau <w@1wt.eu>
Fri, 15 Oct 2010 21:19:55 +0000 (23:19 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 30 Oct 2010 17:04:37 +0000 (19:04 +0200)
commit4ec83cd9398df1dae37f0ba47094f7ec0c84bf46
tree6b1e4ca4f30b53b4bb3b6dcced7d1495610f5fd8
parent8a95691ae813add7c70a401ca95ff95c080b9786
[MINOR] standard: add read_uint() to parse a delimited unsigned integer

This function parses an integer and returns it along with the pointer to the
next char not part of the number.
include/common/standard.h
src/standard.c