Pristine Ack-5.5
[Ack-5.5.git] / lang / cem / libcc.ansi / stdlib / malloc / check.h
1 /* $Id: check.h,v 1.2 1994/06/24 11:55:15 ceriel Exp $ */
2 /*
3  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
4  * See the copyright notice in the ACK home directory, in the file "Copyright".
5  */
6 #ifdef  CHECK
7
8 public check_mallinks(const char *s), calc_checksum(mallink *ml);
9 public check_work_empty(const char *s);
10 public started_working_on(mallink *ml), stopped_working_on(mallink *ml);
11
12 #else   /* ifndef       CHECK */
13
14 #define maldump(n)              abort()
15 #define check_mallinks(s)       0
16 #define calc_checksum(ml)       0
17 #define started_working_on(ml)  0
18 #define stopped_working_on(ml)  0
19 #define check_work_empty(s)     0
20
21 #endif  /* CHECK */