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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-12-13
|
267 b
|
7 lines
/* alloc.c */
char *alloc __PARMS((unsigned int size));
char *lalloc __PARMS((unsigned long size, int message));
char *strsave __PARMS((char *string));
char *strnsave __PARMS((char *string, int len));
void copy_spaces __PARMS((char *ptr, unsigned long count));