From ea2d6c93d28a9c5af94035057c52c36f0618ba2c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 2 Mar 2016 09:11:48 +0100 Subject: zstr_length_positive is safe for non-positive, hence rename to zstr_length; and add zstr_length MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- man/zstr_length.3 | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 man/zstr_length.3 (limited to 'man/zstr_length.3') diff --git a/man/zstr_length.3 b/man/zstr_length.3 new file mode 100644 index 0000000..cd1014a --- /dev/null +++ b/man/zstr_length.3 @@ -0,0 +1,24 @@ +.TH ZSTR_LENGTH 3 libzahl +.SH NAME +zstr_length - Predict the length of a string +.SH SYNOPSIS +.nf +#include + +size_t zstr_length(z_t \fIa\fP, unsigned long long int\fIradix\fP); +.fi +.SH DESCRIPTION +.B zstr_length +calculates the number of digits required to +to represent the absolute value of +.I a +in the selected +.IR radix . +.SH RETURN VALUE +The number of digits requires to represent +.I a +i the selected +.I radix +is returned. +.SH SEE ALSO +.BR zstr (3) -- cgit v1.2.3-70-g09d2