libzahl

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

commit 86eab9c9bc9a75e57b4e97792cd4227d069d6819
parent a5ae82e67f914d9339ac22e0c2df9fe9b79b0f57
Author: Mattias Andrée <maandree@kth.se>
Date:   Mon, 25 Jul 2016 17:07:32 +0200

Manual refdup should not return int

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 @@ -773,7 +773,7 @@ with acceptable performance — {\tt *r = *a}, be implemented. \begin{alltt} - int + void refdup(z_t r, z_t a) \{ \textcolor{c}{/* \textrm{Almost fully optimised, but perfectly portable} *r = *a; */}