8.3
[unix-history] / usr / src / include / memory.h
index 532c8df..72b4dd6 100644 (file)
@@ -1,17 +1,10 @@
 /*
 /*
- * Copyright (c) 1985 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * Copyright (c) 1988, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  *
- *     @(#)memory.h    5.1 (Berkeley) 85/08/05
- */
-
-/*
- * Definitions of the Sys5 compat memory manipulation routines
+ * %sccs.include.redist.c%
+ *
+ *     @(#)memory.h    8.1 (Berkeley) %G%
  */
 
  */
 
-extern char *memccpy();
-extern char *memchr();
-extern int memcmp();
-extern char *memcpy();
-extern char *memset();
+#include <string.h>