]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: standard: add function that converts signed int to a string
authorThierry FOURNIER <tfournier@arpalert.org>
Sat, 6 Jun 2015 17:14:59 +0000 (19:14 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 13 Jun 2015 20:59:14 +0000 (22:59 +0200)
commit1480bd8dd27dc5bc638acda68b4822fddbfce0d5
tree6f5aaf3074abe74b6834a98becea31ec992dc593
parent69717b4b9b4307e022ad53286d1e2e5c22e6fbb6
MINOR: standard: add function that converts signed int to a string

This function is the same as "ultoa_r", but it takes a signed value
as input.
include/common/standard.h
src/standard.c