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:
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));