Files
Digital-Research-Source-Code/CPM OPERATING SYSTEMS/CPM 68K/1.0X SOURCES/v102a/include/ar68.h
Sepp J Morris 31738079c4 Upload
Digital Research
2020-11-06 18:50:37 +01:00

27 lines
362 B
C

/*
Copyright 1983
Alcyon Corporation
8716 Production Ave.
San Diego, CA 92121
@(#) ar68.h - Jul 26, 1983 REGULUS 4.1
*/
#define LIBMAGIC 0177545
#define LIBHDSIZE 26
#define LIBNSIZE 14
struct libhdr {
char lfname[LIBNSIZE];
long lmodti;
char luserid;
char lgid;
#ifndef VAX11
int lfimode;
#else
unsigned short lfimode;
#endif
long lfsize;
};