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