From 0be538561dd3c1cfcb1b20830d4f9bca8a7ce23a Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Fri, 1 Mar 2024 14:37:11 +0100 Subject: [PATCH] [headers] Strike 'C standard library headers' and turn paragraph into note --- source/lib-intro.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/lib-intro.tex b/source/lib-intro.tex index 28d27a2c5d..8e253e6d52 100644 --- a/source/lib-intro.tex +++ b/source/lib-intro.tex @@ -1313,7 +1313,8 @@ \end{footnote} \pnum -\ref{support.c.headers}, C standard library headers, describes the effects of using +\begin{note} +\ref{support.c.headers} describes the effects of using the \tcode{\placeholder{name}.h} (C header) form in a \Cpp{} program. \begin{footnote} The @@ -1322,6 +1323,7 @@ forms are the preferred forms for all uses except for \Cpp{} programs which are intended to be strictly compatible with C. \end{footnote} +\end{note} \pnum \IsoC{}, Annex K describes a large number of functions,