*** IPC_lib.fd ***
*
* -- PPIPC Library function descriptors
* -- Pete Goodeve 89 April 17
*
##base _IPCBase
##bias 30
##public
FindIPCPort(name)(A0)
GetIPCPort(name)(A0)
UseIPCPort(port)(A0)
DropIPCPort(port)(A0)
ServeIPCPort(name)(A0)
ShutIPCPort(port)(A0)
LeaveIPCPort(port)(A0)
CheckIPCPort(port,flags)(A0,D0)
PutIPCMsg(port,msg)(A0/A1)
CreateIPCMsg(nitems,nxbytes,replyport)(D0/D1,A0)
DeleteIPCMsg(msg)(A0)
LoadIPCPort(name)(A0)
MakeIPCId(name)(A0)
FindIPCItem(msg,id,item)(A0,D0,A1)
##end

