zswap.3 - libzahl - big integer library | |
git clone git://git.suckless.org/libzahl | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
zswap.3 (337B) | |
--- | |
1 .TH ZSWAP 3 libzahl | |
2 .SH NAME | |
3 zswap - Exchanges the value of two big integers | |
4 .SH SYNOPSIS | |
5 .nf | |
6 #include <zahl.h> | |
7 | |
8 void zswap(z_t \fIa\fP, z_t \fIb\fP); | |
9 .fi | |
10 .SH DESCRIPTION | |
11 .B zswap | |
12 exchanges all information stored in | |
13 .I a | |
14 with the information stored in | |
15 .IR b . | |
16 .P | |
17 It is safe to call | |
18 .B zswap | |
19 with | |
20 .IR "(a==b)" . | |
21 .SH SEE ALSO | |
22 .BR zset (3) |