]> andersk Git - moira.git/blob - server/malloc.h
Diane Delgado's changes for a fixed table-locking order
[moira.git] / server / malloc.h
1 /*
2  *      $Source$
3  *      $Author$
4  *      $Header$
5  *
6  *      Copyright (C) 1993 by the Massachusetts Institute of Technology
7  *
8  * This is a stub routine that defines the malloc, realloc, free, etc.
9  * It also #includes string.h and strings.h, so that the debugging
10  * malloc can redefine them if necessary.
11  */
12
13 extern char *malloc();
14 extern char *realloc();
15 extern void free();
16
17 #include <string.h>
18 #include <strings.h>
This page took 0.038467 seconds and 5 git commands to generate.