We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7f66b4 commit 3f00c3dCopy full SHA for 3f00c3d
source/utilities.tex
@@ -15485,11 +15485,11 @@
15485
15486
\indexheader{stdbit.h}%
15487
\begin{codeblock}
15488
-#define @\libglobal{__STDC_VERSION_STDBIT_H__}@ 202311L
+#define @\libmacro{__STDC_VERSION_STDBIT_H__}@ 202311L
15489
15490
-#define @\libglobal{__STDC_ENDIAN_BIG__}@ @\seebelow@
15491
-#define @\libglobal{__STDC_ENDIAN_LITTLE__}@ @\seebelow@
15492
-#define @\libglobal{__STDC_ENDIAN_NATIVE__}@ @\seebelow@
+#define @\libmacro{__STDC_ENDIAN_BIG__}@ @\seebelow@
+#define @\libmacro{__STDC_ENDIAN_LITTLE__}@ @\seebelow@
+#define @\libmacro{__STDC_ENDIAN_NATIVE__}@ @\seebelow@
15493
15494
unsigned int @\libglobal{stdc_leading_zeros_uc}@(unsigned char value);
15495
unsigned int @\libglobal{stdc_leading_zeros_us}@(unsigned short value);
0 commit comments