home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / tools / workbench / fv-220 / io.h < prev    next >
Encoding:
Text File  |  1998-01-05  |  801 b   |  24 lines

  1. /* fv is a binary file editor written by Chris Hooper (cdh@mtu.edu)
  2.  *      on 6-2-91 and has gone through many revisions since then.
  3.  *      Much inspiration was given by Bill Moore, the first real user!
  4.  *   Owner:  CHRISTOPHER D HOOPER
  5.  *
  6.  *   fv source Copyright (c) 1992 - 1998  Chris Hooper
  7.  *
  8.  *   Modification and redistribution is strictly prohibited.
  9.  *   Sale of this software above media cost is prohibited.
  10.  *
  11.  *   Except for above two restrictions, this software may be used for
  12.  *       any purpose, commercial and private.
  13.  *
  14.  *   Disclaimer:  This product is fit for no use, foreign or domestic.
  15.  *                Use implies knowledge you intend to destroy something.
  16.  */
  17.  
  18. int open_file();
  19. void close_file();
  20. int refresh_buffer();
  21. int buf_read();
  22. int buf_write();
  23. void extend_end();
  24.