libzahl

big integer library
git clone git://git.suckless.org/libzahl
Log | Files | Refs | README | LICENSE

commit 3f40db24e9d5931e44718ebab1631ed3ab99fd9e
parent f269b61a28587922faef40a08a355d4ef5cc6c38
Author: Mattias Andrée <maandree@kth.se>
Date:   Wed, 27 Apr 2016 01:24:02 +0200

zinit.3: document `struct zahl`

Signed-off-by: Mattias Andrée <maandree@kth.se>

Diffstat:
Mman/zinit.3 | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/zinit.3 b/man/zinit.3 @@ -17,7 +17,7 @@ so that it can be used in other function calls. is defined as .P .nf -typedef struct { +typedef struct zahl { /* You should not care about what is * inside this struct. It could change * in the future. */