libzahl

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

commit 74ea3e6334d149e278e128b84c64edc7d543d34e
parent 1bff3db71fad0645d107816f65d770fbd1320490
Author: Mattias Andrée <maandree@kth.se>
Date:   Sun,  8 May 2016 03:10:05 +0200

Fix small error in refsheet

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

Diffstat:
Mdoc/refsheet.tex | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/refsheet.tex b/doc/refsheet.tex @@ -121,10 +121,10 @@ Unless specified otherwise, returns are {\tt void} and all parameters are of typ \textbf{Marshallisation} \\ \entry{zsave(a, b)} {Marshal $a$ into $b$} {returns \size{} number of saved bytes,} -\cont {{\tt b} is a {\tt void *\_t}} +\cont {{\tt b} is a {\tt void *}} \entry{zsave(a, NULL)} {Get marshal-size of $a$} {returns \size{}} \entry{zload(a, b)} {Unmarshal $a$ from $b$} {returns \size{} number of read bytes,} -\cont {{\tt b} is a {\tt const void *\_t}} +\cont {{\tt b} is a {\tt const void *}} %\\ \textbf{Number theory} \\