memory.h 157 B

123456789
  1. /*
  2. * This file is part of the Mingw32 package.
  3. *
  4. * memory.h maps to the standard string.h header.
  5. */
  6. #ifndef __STRICT_ANSI__
  7. #include <string.h>
  8. #endif