File tree Expand file tree Collapse file tree 1 file changed +28
-32
lines changed Expand file tree Collapse file tree 1 file changed +28
-32
lines changed Original file line number Diff line number Diff line change @@ -15,36 +15,15 @@ Implementation Status
15
15
16
16
(It's helpful to review 'Annex B (Informative) Library Summary' for these.)
17
17
18
- New headers:
19
-
20
- * stdbit.h
21
- * stdckdint.h (|check |, macros are only defined with `__GNUC__ ` builtins)
22
18
23
19
Additions:
24
20
25
- * uchar.h
26
-
27
- * mbrtoc8
28
- * c8rtomb
29
- * char*_t
30
-
31
- * string.h
32
-
33
- * memset_explicit
34
- * memccpy
35
- * strdup
36
- * strndup
37
-
38
- * time.h
39
-
40
- * gmtime_r
41
- * localtime_r
42
- * timegm
43
- * timespec_getres
44
- * strftime conversion specifiers
21
+ * fenv.h
45
22
46
- * 0b
47
- * 0B
23
+ * fesetexcept
24
+ * fetestexceptflag
25
+ * fegetmode
26
+ * fesetmode
48
27
* math.h
49
28
50
29
* acospi*
@@ -96,12 +75,8 @@ Additions:
96
75
* dfmal
97
76
* fsqrt*
98
77
* dsqrtl
99
- * fenv.h
100
-
101
- * fesetexcept
102
- * fetestexceptflag
103
- * fegetmode
104
- * fesetmode
78
+ * stdbit.h (New header)
79
+ * stdckdint.h (New header) |check |
105
80
* stddef.h
106
81
107
82
* unreachable
@@ -113,6 +88,12 @@ Additions:
113
88
* free_sized
114
89
* free_aligned_sized
115
90
* memalignment
91
+ * string.h
92
+
93
+ * memset_explicit
94
+ * memccpy
95
+ * strdup
96
+ * strndup
116
97
* tgmath.h
117
98
118
99
* acospi
@@ -163,3 +144,18 @@ Additions:
163
144
* dfma
164
145
* fsqrt
165
146
* dsqrt
147
+ * time.h
148
+
149
+ * gmtime_r
150
+ * localtime_r
151
+ * timegm
152
+ * timespec_getres
153
+ * strftime conversion specifiers
154
+
155
+ * 0b
156
+ * 0B
157
+ * uchar.h
158
+
159
+ * mbrtoc8
160
+ * c8rtomb
161
+ * char*_t
You can’t perform that action at this time.
0 commit comments