Reorder sections - libzahl - big integer library | |
git clone git://git.suckless.org/libzahl | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 437b35efd43f788a1edcf483e623d766642d1c29 | |
parent cd131729b7b458f26d9bd9b51ecfc6b2acde5f97 | |
Author: Mattias Andrée <[email protected]> | |
Date: Sat, 14 May 2016 17:48:03 +0200 | |
Reorder sections | |
Signed-off-by: Mattias Andrée <[email protected]> | |
Diffstat: | |
M doc/bit-operations.tex | 14 +++++++------- | |
1 file changed, 7 insertions(+), 7 deletions(-) | |
--- | |
diff --git a/doc/bit-operations.tex b/doc/bit-operations.tex | |
@@ -15,13 +15,6 @@ TODO % zbits zlsb | |
\newpage | |
-\section{Logic} | |
-\label{sec:Logic} | |
- | |
-TODO % zand zor zxor znot | |
- | |
- | |
-\newpage | |
\section{Shift} | |
\label{sec:Shift} | |
@@ -133,3 +126,10 @@ TODO % zbset | |
\label{sec:Bit test} | |
TODO % zbtest | |
+ | |
+ | |
+\newpage | |
+\section{Logic} | |
+\label{sec:Logic} | |
+ | |
+TODO % zand zor zxor znot |