xref: /reactos/sdk/include/ucrt/memory.h (revision b09b5584)
1 //
2 // memory.h
3 //
4 //      Copyright (c) Microsoft Corporation. All rights reserved.
5 //
6 // The buffer (memory) manipulation library.
7 //
8 #pragma once
9 #ifndef _INC_MEMORY // include guard for 3rd party interop
10 #define _INC_MEMORY
11 
12 #include <corecrt_memory.h>
13 #endif // _INC_MEMORY
14