home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Graphics / graphics-16000.iso / msdos / editors / eedraw / src / ed / eestatus.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-11-14  |  455 b   |  15 lines

  1. /*****************************************************************************
  2. *   Program to draw EE diagrams.                         *
  3. *                                         *
  4. * This module print some status information.                     *
  5. *                                         *
  6. * Written by:  Gershon Elber            IBM PC Ver 1.0,    Nov. 1989    *
  7. *****************************************************************************/
  8.  
  9. #ifndef EESTATUS_H
  10. #define EESTATUS_H
  11.  
  12. void PrintMemoryFree(void);
  13.  
  14. #endif EESTATUS_H
  15.