home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
332.lha
/
IPC_nov89
/
Lattice_link_lib
/
SOURCE
/
PutIPCMsg.a
< prev
next >
Wrap
Text File
|
1990-01-09
|
262b
|
18 lines
*** C linkage routines (Lattice version) for PPIPC Library
*** Pete Goodeve 1989 April 15
INCLUDE 'IPClink.i'
csect text
XDEF _PutIPCMsg
_PutIPCMsg:
GETPARM 1,A0
GETPARM 2,A1
IPCVECT PutIPCMsg
END