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
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(+)