]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] added new str2i* functions
authorWilly Tarreau <w@1wt.eu>
Sun, 4 Mar 2007 17:06:08 +0000 (18:06 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 4 Mar 2007 17:06:08 +0000 (18:06 +0100)
commit6911fa484c4f7c6b74527ac97a97f5dc5e17bc3b
tree813338aecaa89a39736c062fa66db12f45752bcc
parentbb046ac8c58c71939ebaa20b160c15e84f7a3fda
[MINOR] added new str2i* functions

Those functions provide faster and more flexible alternatives to atoi(),
some of which are able to work on sub-strings.
include/common/standard.h
src/standard.c