home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c160 / 1.ddi / SOURCE / D4EOF.C < prev    next >
Encoding:
C/C++ Source or Header  |  1990-06-22  |  216 b   |  15 lines

  1.  
  2. /*  d4eof.c   (c)Copyright Sequiter Software Inc., 1987-1990.  All rights reserved. */
  3.  
  4. #include "d4base.h"
  5.  
  6. int  d4eof()
  7. {
  8.    return( d4ptr()->eof ) ;
  9. }
  10.  
  11. int  d4bof()
  12. {
  13.    return( d4ptr()->bof ) ;
  14. }
  15.