From Jason Turner

[library.c]

Diff to HTML by rtfpessoa

tmp/tmp5asjqilm/{from.md → to.md} RENAMED
@@ -3,11 +3,11 @@
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
 
 
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 document may be different from the
9
+ signatures in the C standard library, and additional overloads may be
10
+ declared in this document, but the behavior and the preconditions
11
+ (including any preconditions implied by the use of an ISO C `restrict`
12
+ qualifier) are the same unless otherwise stated.
13