diff options
Diffstat (limited to 'man/zstr_length_positive.3')
| -rw-r--r-- | man/zstr_length_positive.3 | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/man/zstr_length_positive.3 b/man/zstr_length_positive.3 deleted file mode 100644 index 3696378..0000000 --- a/man/zstr_length_positive.3 +++ /dev/null @@ -1,28 +0,0 @@ -.TH ZSTR_LENGTH_POSITIVE 3 libzahl -.SH NAME -zstr_length_positive - Predict the length of a string -.SH SYNOPSIS -.nf -#include <zahl.h> - -size_t zstr_length_positive(z_t \fIa\fP, unsigned long long int\fIradix\fP); -.fi -.SH DESCRIPTION -.B zstr_length_positive -calculates the number of digits required to -to represent -.I a -in the selected -.IR radix . -.P -.I a -must be a positive integer. If it is zero or negative, -undefined behaviour is invoked. -.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) |
