memory.h 1009 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /*++
  2. Copyright (c) 2015 Minoca Corp.
  3. This file is licensed under the terms of the GNU General Public License
  4. version 3. Alternative licensing terms are available. Contact
  5. info@minocacorp.com for details. See the LICENSE file at the root of this
  6. project for complete licensing information.
  7. Module Name:
  8. memory.h
  9. Abstract:
  10. This header is included for application compatibility only. New
  11. applications should not include this header.
  12. Author:
  13. Evan Green 12-Jan-2015
  14. --*/
  15. #ifndef _MEMORY_H
  16. #define _MEMORY_H
  17. //
  18. // ------------------------------------------------------------------- Includes
  19. //
  20. #include <string.h>
  21. //
  22. // ---------------------------------------------------------------- Definitions
  23. //
  24. //
  25. // ------------------------------------------------------ Data Type Definitions
  26. //
  27. //
  28. // -------------------------------------------------------------------- Globals
  29. //
  30. //
  31. // -------------------------------------------------------- Function Prototypes
  32. //
  33. #endif