zsetu.3 - libzahl - big integer library | |
git clone git://git.suckless.org/libzahl | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
zsetu.3 (358B) | |
--- | |
1 .TH ZSETU 3 libzahl | |
2 .SH NAME | |
3 zsetu - Set the value of a big integer to an unsigned integer. | |
4 .SH SYNOPSIS | |
5 .nf | |
6 #include <zahl.h> | |
7 | |
8 void zsetu(z_t \fIa\fP, uint64_t \fIb\fP); | |
9 .fi | |
10 .SH DESCRIPTION | |
11 .B zseti | |
12 sets the value of | |
13 .I a | |
14 to | |
15 .IR b . | |
16 .I a | |
17 must already be initialized with | |
18 .BR zinit (3). | |
19 .SH SEE ALSO | |
20 .BR zset (3), | |
21 .BR zseti (3), | |
22 .BR zsets (3), | |
23 .BR zswap (3) |