/* -*-c,save-*- */ /* * LUVARS.H - LU global vars and other random decls * Robert Heller. Created: Fri Nov 7, 1986 23:43:55.50 * Last Mod: * * (c) Copyright 1986 by Robert Heller * All Rights Reserved * * */ /* in-core copy of current directory */ GLOBAL LUDIR lu_dire[MAXFILES]; /* directory */ GLOBAL short int lu_slots; /* # of slots */ /* currently open library file */ #ifdef CPM68K #define LIBRLEN 20 #endif GLOBAL char lu_libr[LIBRLEN]; /* file name */ GLOBAL short int lu_fd; /* file descr */ GLOBAL short int lu_openp; /* open flag */ GLOBAL short int lu_modp; /* library file modify flag */