home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / sybase / starbuck / h.z / MEMORY.H < prev    next >
C/C++ Source or Header  |  1996-07-24  |  261b  |  14 lines

  1. /*
  2.  *  memory.h    Memory manipulation functions
  3.  *
  4.  *  Copyright by WATCOM International Corp. 1988-1996.  All rights reserved.
  5.  */
  6. #ifndef _MEMORY_H_INCLUDED
  7. #define _MEMORY_H_INCLUDED
  8.  
  9. #ifndef _STRING_H_INCLUDED
  10.  #include <string.h>
  11. #endif
  12.  
  13. #endif
  14.