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
Wrap
Text File
|
2000-06-30
|
768b
|
24 lines
/* -*-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 */