From Jason Turner

[cstddef.syn]

Diff to HTML by rtfpessoa

tmp/tmp8sug49ox/{from.md → to.md} RENAMED
@@ -34,10 +34,10 @@ namespace std {
34
  ```
35
 
36
  The contents and meaning of the header `<cstddef>` are the same as the C
37
  standard library header `<stddef.h>`, except that it does not declare
38
  the type `wchar_t`, that it also declares the type `byte` and its
39
- associated operations ([[support.types.byteops]]), and as noted in
40
  [[support.types.nullptr]] and [[support.types.layout]].
41
 
42
- ISO C 7.19
43
 
 
34
  ```
35
 
36
  The contents and meaning of the header `<cstddef>` are the same as the C
37
  standard library header `<stddef.h>`, except that it does not declare
38
  the type `wchar_t`, that it also declares the type `byte` and its
39
+ associated operations [[support.types.byteops]], and as noted in
40
  [[support.types.nullptr]] and [[support.types.layout]].
41
 
42
+ See also: ISO C 7.19
43