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