home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 10
/
Sonderheft_12.iso
/
best-of-tools
/
packer
/
xpk3.11
/
xpk_develop
/
include
/
fd
/
xpkmaster_lib.fd
next >
Wrap
Text File
|
1996-11-26
|
269b
|
14 lines
##base _XpkBase
##bias 36
##public
XpkExamine(fib,tags)(a0,a1)
XpkPack(tags)(a0)
XpkUnpack(tags)(a0)
XpkOpen(xbuf,tags)(a0,a1)
XpkRead(xbuf,buf,len)(a0,a1,d0)
XpkWrite(xbuf,buf,len)(a0,a1,d0)
XpkSeek(xbuf,len,mode)(a0,d0,d1)
XpkClose(xbuf)(a0)
XpkQuery(tags)(a0)
##end