home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l460 / 2.ddi / IOFUN.DI$ / FEOF.M < prev    next >
Encoding:
Text File  |  1993-03-07  |  329 b   |  11 lines

  1. %FEOF    Test for end-of-file.
  2. %       FEOF(FID) tests whether the end-of-file indicator for the
  3. %       file with file identifier FID has been set.
  4. %       FEOF(FID) returns 1 if the end-of-file indicator is set, or 0 if
  5. %    it is not set.
  6. %
  7. %       See also FOPEN.
  8.  
  9. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  10. %    Built-in function.
  11.