aboutsummaryrefslogtreecommitdiffstats
path: root/man/zsetu.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/zsetu.3')
-rw-r--r--man/zsetu.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man/zsetu.3 b/man/zsetu.3
index a0598a7..62b8202 100644
--- a/man/zsetu.3
+++ b/man/zsetu.3
@@ -5,7 +5,7 @@ zsetu - Set the value of a big integer to an unsigned integer.
.nf
#include <zahl.h>
-void zsetu(z_t \fIa\fP, unsigned long long int \fIb\fP);
+void zsetu(z_t \fIa\fP, uint64_t \fIb\fP);
.fi
.SH DESCRIPTION
.B zseti