home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / useful / util / edit / vim.lha / Vim / 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.