home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c329 / 2.img / INCL / MEMORY.H < prev    next >
Encoding:
Text File  |  1989-10-05  |  207 b   |  18 lines

  1. /*
  2.  *    memory.h
  3.  *
  4.  *    Copyright (C) MicroWay, Inc., 1987, 1988, 1989
  5.  *
  6.  */
  7.  
  8.  
  9. void    movedata();
  10.  
  11. int    memcmp();
  12. int    memicmp();
  13.  
  14. char    *memccpy();
  15. char    *memchr();
  16. char    *memcpy();
  17. char    *memset();
  18.