home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / edit / dte / global.h < prev    next >
Encoding:
Text File  |  1991-02-06  |  396 b   |  15 lines

  1. /*
  2.  * Written by Douglas Thomson (1989/1990)
  3.  *
  4.  * This source code is released into the public domain.
  5.  */
  6.  
  7. /*
  8.  * See "common.h" for a description of these variables. (C requires global
  9.  *  variables to be declared "extern" in all modules except one. This file
  10.  *  is only included by the main "ed.c" module.)
  11.  */
  12. displays g_display;
  13. status_infos g_status;
  14. screen_lines *g_screen;
  15.