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