home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / CPM68K / XLU68K.LBR / LUVARS.HQ / LUVARS.H
Text File  |  2000-06-30  |  768b  |  24 lines

  1. /* -*-c,save-*- */
  2. /*
  3.  * LUVARS.H - LU global vars and other random decls
  4.  * Robert Heller. Created: Fri Nov 7, 1986 23:43:55.50
  5.  * Last Mod: 
  6.  * 
  7.  * (c) Copyright 1986 by Robert Heller
  8.  *     All Rights Reserved
  9.  * 
  10.  * 
  11.  */
  12.  
  13. /* in-core copy of current directory */
  14. GLOBAL LUDIR lu_dire[MAXFILES];        /* directory */
  15. GLOBAL short int lu_slots;        /* # of slots */
  16.  
  17. /* currently open library file */
  18. #ifdef CPM68K
  19. #define LIBRLEN 20
  20. #endif
  21. GLOBAL char lu_libr[LIBRLEN];        /* file name */
  22. GLOBAL short int lu_fd;            /* file descr */
  23. GLOBAL short int lu_openp;        /* open flag */
  24. GLOBAL short int lu_modp;        /* library file modify flag */