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