Manual refdup should not return int - libzahl - big integer library
 (HTM) git clone git://git.suckless.org/libzahl
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 86eab9c9bc9a75e57b4e97792cd4227d069d6819
 (DIR) parent a5ae82e67f914d9339ac22e0c2df9fe9b79b0f57
 (HTM) 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:
         M doc/not-implemented.tex             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) 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; */}