Re: [PATCH v6 2/7] libbb: INT_BUF_MAX(): new macro

2016-03-19 Thread Mike Frysinger
On 17 Mar 2016 15:52, Bartosz Golaszewski wrote: > Add a simple macro calculating the size needed to store the string > representation of an integer type (both signed and unsigned) together > with the terminating NUL-character. > > Suggested-by: Michael Conrad > Signed-off-by: Bartosz Golaszewski

[PATCH v6 2/7] libbb: INT_BUF_MAX(): new macro

2016-03-19 Thread Bartosz Golaszewski
Add a simple macro calculating the size needed to store the string representation of an integer type (both signed and unsigned) together with the terminating NUL-character. Suggested-by: Michael Conrad Signed-off-by: Bartosz Golaszewski --- include/libbb.h | 1 + 1 file changed, 1 insertion(+)