From Jason Turner

[using.linkage]

Diff to HTML by rtfpessoa

tmp/tmpg45zvjmn/{from.md → to.md} RENAMED
@@ -5,13 +5,13 @@ Entities in the C++standard library have external linkage (
5
  the default `extern "C++"` linkage ([[dcl.link]]).
6
 
7
  Whether a name from the C standard library declared with external
8
  linkage has `extern "C"` or `extern "C++"` linkage is
9
  *implementation-defined*. It is recommended that an implementation use
10
- `extern "C++"` linkage for this purpose.[^21]
11
 
12
  Objects and functions defined in the library and required by a
13
  C++program are included in the program prior to program startup.
14
 
15
- replacement functions ([[replacement.functions]]), run-time changes (
16
- [[handler.functions]]).
17
 
 
5
  the default `extern "C++"` linkage ([[dcl.link]]).
6
 
7
  Whether a name from the C standard library declared with external
8
  linkage has `extern "C"` or `extern "C++"` linkage is
9
  *implementation-defined*. It is recommended that an implementation use
10
+ `extern "C++"` linkage for this purpose.[^20]
11
 
12
  Objects and functions defined in the library and required by a
13
  C++program are included in the program prior to program startup.
14
 
15
+ See also replacement functions ([[replacement.functions]]), runtime
16
+ changes ([[handler.functions]]).
17