]> andersk Git - moira.git/commitdiff
Initial revision
authortytso <tytso>
Fri, 10 Dec 1993 13:51:19 +0000 (13:51 +0000)
committertytso <tytso>
Fri, 10 Dec 1993 13:51:19 +0000 (13:51 +0000)
server/malloc.h [new file with mode: 0644]

diff --git a/server/malloc.h b/server/malloc.h
new file mode 100644 (file)
index 0000000..b5d2b4b
--- /dev/null
@@ -0,0 +1,18 @@
+/*
+ *     $Source$
+ *     $Author$
+ *     $Header$
+ *
+ *     Copyright (C) 1993 by the Massachusetts Institute of Technology
+ *
+ * This is a stub routine that defines the malloc, realloc, free, etc.
+ * It also #includes string.h and strings.h, so that the debugging
+ * malloc can redefine them if necessary.
+ */
+
+extern char *malloc();
+extern char *realloc();
+extern void free();
+
+#include <string.h>
+#include <strings.h>
This page took 0.03461 seconds and 5 git commands to generate.