home *** CD-ROM | disk | FTP | other *** search
/ Sams Teach Yourself C in 21 Days (6th Edition) / STYC216E.ISO / mac / Dev-C++ / _SETUP.5 / Group3 / memory.h < prev    next >
C/C++ Source or Header  |  1999-11-07  |  157b  |  10 lines

  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
  9.  
  10.