home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff290.lzh / IPC / IPC_Include / READ_ME < prev   
Text File  |  1989-12-11  |  875b  |  21 lines

  1. This directory contains all the Include files that might be needed for
  2. normal use of the IPC library.
  3.  
  4.     IPC.h           -- definitions of all normally-needed IPC structures
  5.                     and flags; should be included in all modules that use
  6.                     IPC.  It is fairly heavily internally commented.
  7.  
  8.     IPC_proto.h     -- direct library call definitions for Lattice 4.0
  9.                     or higher. (Avoids needing to link with IPC.lib)
  10.                     Use together with IPC.h.
  11.  
  12.     IPCPorts.h      -- definition of Port structure; this should NOT be
  13.                     needed for normal IPC usage.  If used, include IPC.h
  14.                     first.
  15.  
  16.     IPC_lib.i       -- IPC Library Offsets for Assembly level library calls.
  17.  
  18.     IPC_lib.fd      -- standard Library Function Descriptor File (used to
  19.                     generate IPC_proto.h).
  20.  
  21.