home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / C / AETSK101 / PIPES.CC < prev    next >
C/C++ Source or Header  |  1991-11-17  |  738b  |  25 lines

  1. /**********************************************************************
  2.  *  
  3.  *  NAME:           pipes.cpp
  4.  *  
  5.  *  DESCRIPTION:    byte and word sized pipes
  6.  *  
  7.  *  copyright (c) 1991 J. Alan Eldridge
  8.  * 
  9.  *  M O D I F I C A T I O N   H I S T O R Y
  10.  *
  11.  *  when        who                 what
  12.  *  -------------------------------------------------------------------
  13.  *  05/09/91    J. Alan Eldridge    created
  14.  *  
  15.  *  11/17/91    jae                 now contains pipe implementations
  16.  *                                  using generic.h macros
  17.  *
  18.  *********************************************************************/
  19.  
  20. #include    "aedef.h"
  21. #include    "task.h"
  22.  
  23. implement(Pipe_,uchar);
  24. implement(Pipe_,ushort);
  25.