home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / util / vim-2.0.lha / Vim-2.0 / src / proto / fileio.pro < prev    next >
Encoding:
Text File  |  1993-12-15  |  244 b   |  5 lines

  1. /* fileio.c */
  2. void filemess __PARMS((char *name, char *s));
  3. int readfile __PARMS((char *fname, char *sfname, long from, int newfile));
  4. int writeit __PARMS((char *fname, char *sfname, long start, long end, int append, int forceit, int whole));
  5.