libzahl

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

commit 519003275cea0a0a340138771cb4d3239e411319
parent 53f835608d2bfbf6e71a7e699486e79e58a7fcbb
Author: Mattias Andrée <maandree@kth.se>
Date:   Sun,  1 May 2016 14:40:08 +0200

refsheet: group title style consistency

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

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

diff --git a/doc/refsheet.tex b/doc/refsheet.tex @@ -90,7 +90,7 @@ Unless specified otherwise, returns are {\tt void} and all parameters are of typ -\textbf{Bit operations} \\ +\textbf{Bit operation} \\ \entry{zand(a, b, c)} {$a \gets b \wedge c$} {bitwise} \entry{zor(a, b, c)} {$a \gets b \vee c$} {bitwise} \entry{zxor(a, b, c)} {$a \gets b \oplus c$} {bitwise}