home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff294.lzh / DNet / amiga / lib / dcheckeof.c < prev    next >
C/C++ Source or Header  |  1989-12-11  |  146b  |  17 lines

  1.  
  2. /*
  3.  *  DCheckEof.C
  4.  */
  5.  
  6. #include "lib.h"
  7.  
  8.  
  9. int
  10. DCheckEof(_chan)
  11. void *_chan;
  12. {
  13.     CHANN *chan = (CHANN *)_chan;
  14.     return ((int)chan->eof);
  15. }
  16.  
  17.