home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / tools / workbench / fv-220 / lint.h < prev    next >
Encoding:
Text File  |  1997-12-13  |  897 b   |  35 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. /* stdio */
  19. int fprintf();
  20. int fclose();
  21. int fseek();
  22. int fread();
  23. int fwrite();
  24. int sscanf();
  25. int printf();
  26. int memset();
  27. int _flsbuf();
  28.  
  29. /* stdlib */
  30. int ioctl();
  31. int stty();
  32.  
  33. /* string */
  34. int isdigit();
  35.