home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / memory / emslib / emsglob.c < prev    next >
Encoding:
C/C++ Source or Header  |  1988-04-25  |  283 b   |  14 lines

  1. /* --- EMSGLOB.C --- */
  2.  
  3. #include "emslib.h"
  4.  
  5. /* --- Glogal declarations for EMS interface library --- */
  6.  
  7. unsigned char EMStat = 0;
  8. unsigned char EMSVer = 0;
  9. unsigned char emserr = 0;
  10. unsigned int  EMSAvPgs = 0;
  11. unsigned int  EMSPgNum = 0;
  12. unsigned int  EMSPgFrm = 0;
  13.  
  14.