/*****************************************************************************
*   Program to draw EE diagrams.					     *
*									     *
* This module print some status information.				     *
*									     *
* Written by:  Gershon Elber			IBM PC Ver 1.0,	Nov. 1989    *
*****************************************************************************/

#ifndef EESTATUS_H
#define EESTATUS_H

void PrintMemoryFree(void);

#endif EESTATUS_H
