]> andersk Git - moira.git/blame - server/malloc.h
Diane Delgado's changes for a fixed table-locking order
[moira.git] / server / malloc.h
CommitLineData
76a3c561 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
13extern char *malloc();
14extern char *realloc();
15extern void free();
16
17#include <string.h>
18#include <strings.h>
This page took 0.159994 seconds and 5 git commands to generate.