home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaMiscModsCD3.iso
/
_PROGRAMME
/
PLAYER
/
SOURCECODE
/
MultiPlyr132sr.lha
/
include
/
calllist.i
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-11-29
|
319 b
|
19 lines
* CallList - Module to manipulate lists of functions to call - © 1991 Bryan Ford *
ifnd BRY_CALLLIST_H
BRY_CALLLIST_H set 1
ifnd EXEC_NODES_I
include "exec/nodes.i"
endc
ifnd EXEC_LISTS_I
include "exec/lists.i"
endc
STRUCTURE CallNode,LN_SIZE
APTR cn_CallFunction
LONG cn_LocalData
LABEL cn_SIZEOF
endc