mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-11 23:03:06 -05:00
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 |
||
|---|---|---|
| .. | ||
| common | ||
| import | ||
| proto | ||
| types | ||