aboutsummaryrefslogtreecommitdiffstats
path: root/man/zset.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/zset.3')
-rw-r--r--man/zset.326
1 files changed, 26 insertions, 0 deletions
diff --git a/man/zset.3 b/man/zset.3
new file mode 100644
index 0000000..617e730
--- /dev/null
+++ b/man/zset.3
@@ -0,0 +1,26 @@
+.TH ZSET 3 libzahl
+.SH NAME
+zset - Copy the value of a big integer
+.SH SYNOPSIS
+.nf
+#include <zahl.h>
+
+void zset(z_t \fIa\fP, z_t \fIb\fP);
+.fi
+.SH DESCRIPTION
+.B zset
+stores the value of
+.I b
+into
+.IR a .
+.I a
+must already be initialized with
+.BR zinit (3).
+The value of
+.I b
+remains unchanged.
+.SH SEE ALSO
+.BR zseti (3),
+.BR zsetu (3),
+.BR zsets (3),
+.BR zswap (3)