home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 400-499 / ff448.lzh / FifoDev / fifo_lib.fd < prev    next >
Text File  |  1991-02-01  |  254b  |  12 lines

  1. * "fifo.library"
  2. ##base _FifoBase
  3. ##bias 30
  4. ##public
  5. OpenFifo(name,bytes,flags)(D0/D1/A0)
  6. CloseFifo(fifo,flags)(D0/D1)
  7. ReadFifo(fifo,buf,bytes)(D0/D1/A0)
  8. WriteFifo(fifo,buf,bytes)(D0/D1/A0)
  9. RequestFifo(fifo,msg,req)(D0/D1/A0)
  10. BufSizeFifo(fifo)(D0)
  11. ##end
  12.