home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_progs
/
prog_c
/
suplib.lzh
/
SUPLIB
/
INCLUDE
/
LOCAL
/
SUBLIB.H
< prev
next >
Wrap
Text File
|
1991-08-16
|
317b
|
21 lines
/*
* SUBLIB.H
*
*/
#define SUBHDR struct _SUBHDR
#define SUBMAGIC 0x4D44
SUBHDR {
NODE Node; /* link node + name */
uword DSize; /* size of header */
uword Magic; /* Magic */
uword NameLen;
uword RefCnt; /* # of references */
uword Flags;
uword Version;
};