home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 1
/
amigaformatcd01.iso
/
demos
/
secal
/
inc
/
exec
/
lists.inc
< 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
Text File
|
1996-04-30
|
215 b
|
17 lines
include "inc/exec/nodes.inc";
struct List is
lh_Head:ulong;
lh_Tail:ulong;
lh_TailPred:ulong;
lh_Type:ubyte;
l_pad:ubyte;
;
struct MinList is
mlh_Head:ulong;
mlh_Tail:ulong;
mlh_TailPred:ulong;
;