home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CDPD Public Domain Collection for CDTV 4
/
CDPD_IV.bin
/
networking
/
dnet
/
dnet2.3.2
/
amiga
/
suplib
/
local
/
sublib.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-06-29
|
317 b
|
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;
};