home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1994 March / Source_Code_CD-ROM_Walnut_Creek_March_1994.iso / win3 / patches / symantec / rtlinc.exe / MEMORY.H < prev    next >
C/C++ Source or Header  |  1993-05-19  |  285b  |  17 lines

  1. /*_ memory.h  */
  2. /* Copyright (C) 1986-1993 by Symantec        */
  3. /* All Rights Reserved                */
  4.  
  5. /* Note: ANSI users should #include <stdlib.h> instead of this file */
  6.  
  7. #ifndef __MEMORY_H
  8. #define __MEMORY_H    1
  9.  
  10. #ifndef __STRING_H
  11. #include <string.h>
  12. #endif
  13.  
  14. #endif _MEMORY_H
  15.  
  16.  
  17.