mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 15:22:21 +00:00
[UCRT] Import Microsoft.Windows.SDK.CRTSource version 10.0.22621.3
Imported from https://www.nuget.org/packages/Microsoft.Windows.SDK.CRTSource/10.0.22621.3 License: MIT
This commit is contained in:
parent
f1b60c66f0
commit
04e0dc4a7a
568 changed files with 115483 additions and 0 deletions
15
sdk/include/ucrt/math.h
Normal file
15
sdk/include/ucrt/math.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
//
|
||||
// math.h
|
||||
//
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
//
|
||||
// The C Standard Library <math.h> header. This header consists of two parts:
|
||||
// <corecrt_math.h> contains the math library; <corecrt_math_defines.h> contains
|
||||
// the nonstandard but useful constant definitions. The headers are divided in
|
||||
// this way for modularity (to support the C++ modules feature).
|
||||
//
|
||||
#include <corecrt_math.h>
|
||||
|
||||
#ifdef _USE_MATH_DEFINES
|
||||
#include <corecrt_math_defines.h>
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue