home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_300 / 395_01 / typing / include / external.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-11-19  |  240 b   |  7 lines

  1. /* #ident "@(#)externals.h - external declarations for the typing tutor package" */
  2.  
  3. extern char file_name[FILE_NAME_SIZE], *ipbuffer, *ipbp;
  4. extern FILE *lesson;
  5. extern WINDOW *top_window, *middle_window, *bottom_window, *current_window;
  6.  
  7.