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
/
alloc.pro
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-12-15
|
261 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));