home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / useful / util / edit / vim.lha / Vim / src / proto / alloc.pro next >
Encoding:
Text File  |  1993-12-15  |  261 b   |  7 lines

  1. /* alloc.c */
  2. char *alloc __PARMS((unsigned int size));
  3. char *lalloc __PARMS((unsigned long size, int message));
  4. char *strsave __PARMS((char *string));
  5. char *strnsave __PARMS((char *string, int len));
  6. void copy_spaces __PARMS((char *ptr, unsigned long count));
  7.