We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a820992 commit 29dc89bCopy full SHA for 29dc89b
stdlib/public/Platform/ucrt.modulemap
@@ -104,6 +104,11 @@ module ucrt [system] {
104
}
105
106
107
+ module process {
108
+ header "process.h"
109
+ export *
110
+ }
111
+
112
module corecrt {
113
header "corecrt.h"
114
export *
@@ -112,6 +117,11 @@ module ucrt [system] {
117
header "corecrt_io.h"
118
119
120
121
+ module math {
122
+ header "corecrt_math.h"
123
124
115
125
116
126
127
0 commit comments