Google
 

Trailing-Edge - PDP-10 Archives - SRI_NIC_PERM_FS_1_19910112 - kcc-4/include/memory.h
There are 4 other files named memory.h in the archive. Click here to see a list.
/* MEMORY.H - declarations for mem* (byte string) functions.
**
**	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>