home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 411_02 / vim / src / proto / alloc.pro < prev    next >
Encoding:
Text File  |  1993-12-13  |  267 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.