memory.h 927 B

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