mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-22 21:03:53 +00:00
14 lines
188 B
C
14 lines
188 B
C
/*
|
|
* $Id: mbi.h,v 1.1 1997-01-24 07:10:36 aet Exp $
|
|
*
|
|
* Copyright: The University of Melbourne, 1996
|
|
*/
|
|
|
|
#if ! defined(MBI_H)
|
|
#define MBI_H
|
|
|
|
extern int
|
|
heapsize;
|
|
|
|
#endif /* ! MBI_H */
|