Skip to content

Commit e6f109e

Browse files
committed
More replacement of "Standard C Library" with the defined term "C
standard library", and remove an outdated reference to the C Unicode TR. <uchar.h> is now incorporated directly from C11.
1 parent 616bf5e commit e6f109e

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

source/iostreams.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14628,7 +14628,8 @@
1462814628
\end{libsyntab4}
1462914629

1463014630
\pnum
14631-
The contents of header \tcode{<cinttypes>} are the same as the Standard C Library header
14631+
The contents of header \tcode{<cinttypes>} are the same as
14632+
the C standard library header
1463214633
\tcode{<inttypes.h>}, with the following changes:
1463314634

1463414635
\begin{itemize}

source/strings.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5499,14 +5499,14 @@
54995499
respectively.
55005500

55015501
\pnum
5502-
The contents of these headers shall be the same as the Standard C Library headers
5502+
The contents of these headers shall be the same as the C standard library headers
55035503
\tcode{<ctype.h>},
55045504
\tcode{<wctype.h>},
55055505
\tcode{<string.h>},
55065506
\tcode{<wchar.h>},
5507+
\tcode{<stdlib.h>},
55075508
and
5508-
\tcode{<stdlib.h>}
5509-
and the C Unicode TR header \tcode{<uchar.h>},
5509+
\tcode{<uchar.h>},
55105510
respectively, with the following modifications:
55115511

55125512
\pnum

0 commit comments

Comments
 (0)