Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions source/basic.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3368,11 +3368,10 @@
UTF-8 encoding form
and is composed of a contiguous sequence of
bits,
\begin{footnote}
The number of bits in a byte is reported by the macro
\tcode{CHAR_BIT} in the header \libheaderref{climits}.
\end{footnote}
the number of which is \impldef{bits in a byte}.
\begin{note}
See the macro \libmacro{CHAR_BIT} in the header \libheaderref{climits}.
\end{note}
The memory available to a \Cpp{} program consists of one or more sequences of
contiguous bytes.
Every byte has a unique address.
Expand Down