libzahl

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

commit 79484235aae6729a2489c8477695c72ba77e9b58
parent 91881e515fe1d295c7a5f26c7a79532746fba7f3
Author: Mattias Andrée <maandree@kth.se>
Date:   Fri, 13 May 2016 21:13:43 +0200

Fix typo

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

Diffstat:
Mdoc/not-implemented.tex | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/not-implemented.tex b/doc/not-implemented.tex @@ -596,7 +596,7 @@ character manually with using {\tt zxor}. \begin{alltt} uint64_t -etu(z_t a) +getu(z_t a) \{ return zzero(a) ? 0 : a->chars[0]; \}