commit | 763a5d85f7226c22abda17f3b8cdf2ae2edc4f77 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@arpalert.org> | Mon Jul 06 23:09:52 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jul 21 23:27:10 2015 +0200 |
tree | 66eb04197e59424dd5021b571bbc6d70aa0cdf8e | |
parent | 19a106d24a18868bcef66bd6486de0cef48419c7 [diff] |
MINOR: standard: add 64 bits conversion functions This patch adds 3 functions for 64 bit integer conversion. * lltoa_r : converts signed 64 bit integer to string * read_uint64 : converts from string to signed 64 bits integer with capping * read_int64 : converts from string to unsigned 64 bits integer with capping