From Jason Turner

[support.start.term]

Diff to HTML by rtfpessoa

tmp/tmpmzvknx7h/{from.md → to.md} RENAMED
@@ -9,11 +9,11 @@ this subclause. — *end note*]
9
 
10
  *Effects:* This function has the semantics specified in the C standard
11
  library.
12
 
13
  *Remarks:* The program is terminated without executing destructors for
14
- objects of automatic, thread, or static storage duration and without
15
  calling functions passed to `atexit()` [[basic.start.term]]. The
16
  function `_Exit` is signal-safe [[support.signal]].
17
 
18
  ``` cpp
19
  [[noreturn]] void abort() noexcept;
@@ -117,7 +117,7 @@ After calling registered functions, `quick_exit` shall call
117
  `_Exit(status)`.
118
 
119
  *Remarks:* The function `quick_exit` is signal-safe [[support.signal]]
120
  when the functions registered with `at_quick_exit` are.
121
 
122
- See also: ISO C 7.22.4
123
 
 
9
 
10
  *Effects:* This function has the semantics specified in the C standard
11
  library.
12
 
13
  *Remarks:* The program is terminated without executing destructors for
14
+ objects with automatic, thread, or static storage duration and without
15
  calling functions passed to `atexit()` [[basic.start.term]]. The
16
  function `_Exit` is signal-safe [[support.signal]].
17
 
18
  ``` cpp
19
  [[noreturn]] void abort() noexcept;
 
117
  `_Exit(status)`.
118
 
119
  *Remarks:* The function `quick_exit` is signal-safe [[support.signal]]
120
  when the functions registered with `at_quick_exit` are.
121
 
122
+ See also: ISO C 7.24.5
123