/* <MEMORY.H> - declarations for mem* (byte string) functions. ** ** (c) Copyright Ken Harrenstien 1989 ** ** This header file exists only for compatibility with BSD. ** ANSI has moved the mem* declarations over to <string.h>, so we just ** include that file instead; doing it more than once doesn't hurt. */ #include <string.h>