From 32b87c5979a0e70994e4db65415ec0a2349c5618 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 1 Mar 2016 10:55:20 +0100 Subject: Add more man pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- man/zstr.3 | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 man/zstr.3 (limited to 'man/zstr.3') diff --git a/man/zstr.3 b/man/zstr.3 new file mode 100644 index 0000000..9fef75b --- /dev/null +++ b/man/zstr.3 @@ -0,0 +1,36 @@ +.TH ZSTR 3 libzahl +.SH NAME +zstr - Create a string representation of a big integer +.SH SYNOPSIS +.nf +#include + +char *zstr(z_t \fIa\fP, char *\fIstr\fP); +.fi +.SH DESCRIPTION +.B zstr +writes the integer +.I a +in decimal form into +.IR str . +If +.I str +is is +.BR 0 , +.B zstr +create a new allocation. +.SH RETURN VALUE +.I str +is returned unless +.I str +is +.BR 0 . +If +.I str +is +.BR 0 , +the string allocated by the function is returned. +.SH SEE ALSO +.BR zstr_length_positive (3), +.BR zsets (3), +.BR zload (3) -- cgit v1.2.3-70-g09d2