home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 307_01 / comxbe.c < prev    next >
Text File  |  1990-03-20  |  512b  |  21 lines

  1. /*
  2. HEADER:     ;
  3. TITLE:        PC com port driver back end;
  4. VERSION:    1.0;
  5.  
  6. DESCRIPTION:    "Dummy BSS definition for use by COMX.C.";
  7.  
  8. WARNINGS:    "Microsoft specific.";
  9. SYSTEM:     MS-DOS v2 or later;
  10. FILENAME:    COMXBE.C;
  11.  
  12. SEE-ALSO:    COMX, COMX.C, COMXFE.ASM;
  13. AUTHORS:    Hugh Daschbach;
  14. COMPILERS:    Microsoft v5.0,v5.1;
  15. */
  16. /*----------------------------------------------------------------------*/
  17. /* comxbe.c: Back end to comx.c.  Allows the end of the BSS area to
  18.  *   be located at run time.
  19.  */
  20. char bss_end;
  21.