|
13055 | 13055 | \indexlibraryglobal{towupper}%
|
13056 | 13056 | \indexlibraryglobal{towctrans}%
|
13057 | 13057 | \indexlibraryglobal{wctrans}%
|
13058 |
| -\indexlibraryglobal{WEOF}% |
13059 | 13058 | \begin{codeblock}
|
13060 | 13059 | namespace std {
|
13061 | 13060 | using wint_t = @\seebelow@;
|
|
13082 | 13081 | wctrans_t wctrans(const char* property);
|
13083 | 13082 | }
|
13084 | 13083 |
|
13085 |
| -#define WEOF @\seebelow@ |
| 13084 | +#define @\libmacro{WEOF}@ @\seebelow@ |
13086 | 13085 | \end{codeblock}
|
13087 | 13086 |
|
13088 | 13087 | \pnum
|
|
13094 | 13093 | \rSec2[cwchar.syn]{Header \tcode{<cwchar>} synopsis}
|
13095 | 13094 |
|
13096 | 13095 | \indexheader{cwchar}%
|
13097 |
| -\indexlibraryglobal{NULL}% |
13098 |
| -\indexlibraryglobal{WCHAR_MAX}% |
13099 |
| -\indexlibraryglobal{WCHAR_MIN}% |
13100 |
| -\indexlibraryglobal{WEOF}% |
13101 | 13096 | \indexlibraryglobal{btowc}%
|
13102 | 13097 | \indexlibraryglobal{fgetwc}%
|
13103 | 13098 | \indexlibraryglobal{fgetws}%
|
@@ -13237,10 +13232,10 @@
|
13237 | 13232 | size_t wcsrtombs(char* dst, const wchar_t** src, size_t len, mbstate_t* ps);
|
13238 | 13233 | }
|
13239 | 13234 |
|
13240 |
| -#define NULL @\textit{see \ref{support.types.nullptr}}@ // freestanding |
13241 |
| -#define WCHAR_MAX @\seebelow@ // freestanding |
13242 |
| -#define WCHAR_MIN @\seebelow@ // freestanding |
13243 |
| -#define WEOF @\seebelow@ // freestanding |
| 13235 | +#define @\libmacro{NULL}@ @\textit{see \ref{support.types.nullptr}}@ // freestanding |
| 13236 | +#define @\libmacro{WCHAR_MAX}@ @\seebelow@ // freestanding |
| 13237 | +#define @\libmacro{WCHAR_MIN}@ @\seebelow@ // freestanding |
| 13238 | +#define @\libmacro{WEOF}@ @\seebelow@ // freestanding |
13244 | 13239 | \end{codeblock}
|
13245 | 13240 |
|
13246 | 13241 | \pnum
|
|
0 commit comments