From Jason Turner

[library.c]

Diff to HTML by rtfpessoa

tmp/tmpfit_v48y/{from.md → to.md} RENAMED
@@ -2,8 +2,12 @@
2
 
3
  The C++standard library also makes available the facilities of the C
4
  standard library, suitably adjusted to ensure static type safety.
5
 
6
  The descriptions of many library functions rely on the C standard
7
- library for the signatures and semantics of those functions. In all such
8
- cases, any use of the `restrict` qualifier shall be omitted.
 
 
 
 
9
 
 
2
 
3
  The C++standard library also makes available the facilities of the C
4
  standard library, suitably adjusted to ensure static type safety.
5
 
6
  The descriptions of many library functions rely on the C standard
7
+ library for the semantics of those functions. In some cases, the
8
+ signatures specified in this International Standard may be different
9
+ from the signatures in the C standard library, and additional overloads
10
+ may be declared in this International Standard, but the behavior and the
11
+ preconditions (including any preconditions implied by the use of an ISO
12
+ C `restrict` qualifier) are the same unless otherwise stated.
13