Introduction
Introduction Statistics Contact Development Disclaimer Help
Fix typo - libzahl - big integer library
git clone git://git.suckless.org/libzahl
Log
Files
Refs
README
LICENSE
---
commit 79484235aae6729a2489c8477695c72ba77e9b58
parent 91881e515fe1d295c7a5f26c7a79532746fba7f3
Author: Mattias Andrée <[email protected]>
Date: Fri, 13 May 2016 21:13:43 +0200
Fix typo
Signed-off-by: Mattias Andrée <[email protected]>
Diffstat:
M doc/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];
\}
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.