Skip to content

Commit

Permalink
[stdbit.h.syn] Better index the macro in this header
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisdairM committed Jan 8, 2025
1 parent bc3a7da commit 06850ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/utilities.tex
Original file line number Diff line number Diff line change
Expand Up @@ -15485,11 +15485,11 @@

\indexheader{stdbit.h}%
\begin{codeblock}
#define @\libglobal{__STDC_VERSION_STDBIT_H__}@ 202311L
#define @\libmacro{__STDC_VERSION_STDBIT_H__}@ 202311L

#define @\libglobal{__STDC_ENDIAN_BIG__}@ @\seebelow@
#define @\libglobal{__STDC_ENDIAN_LITTLE__}@ @\seebelow@
#define @\libglobal{__STDC_ENDIAN_NATIVE__}@ @\seebelow@
#define @\libmacro{__STDC_ENDIAN_BIG__}@ @\seebelow@
#define @\libmacro{__STDC_ENDIAN_LITTLE__}@ @\seebelow@
#define @\libmacro{__STDC_ENDIAN_NATIVE__}@ @\seebelow@

unsigned int @\libglobal{stdc_leading_zeros_uc}@(unsigned char value);
unsigned int @\libglobal{stdc_leading_zeros_us}@(unsigned short value);
Expand Down

0 comments on commit 06850ff

Please sign in to comment.