// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. //***************************************************************************** // CrtWrap.h // // Wrapper code for the C runtime library. // //***************************************************************************** #ifndef __CrtWrap_h__ #define __CrtWrap_h__ #include #include #include #include #include "debugmacros.h" #include #include #include #include #ifndef PUB // PUB is defined to influence method visibility for some compilers. #define PUB #endif // !PUB #endif // __CrtWrap_h__