mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2026-09-19 09:54:32 +00:00
Eggert mods
SCCS-file: ialloc.c SCCS-SID: 8.29
This commit is contained in:
committed by
Paul Eggert
parent
bb8055ecb0
commit
86a00be0be
@@ -10,13 +10,6 @@ static char elsieid[] = "%W%";
|
|||||||
|
|
||||||
#define nonzero(n) (((n) == 0) ? 1 : (n))
|
#define nonzero(n) (((n) == 0) ? 1 : (n))
|
||||||
|
|
||||||
char * icalloc P((int nelem, int elsize));
|
|
||||||
char * icatalloc P((char * old, const char * new));
|
|
||||||
char * icpyalloc P((const char * string));
|
|
||||||
char * imalloc P((int n));
|
|
||||||
void * irealloc P((void * pointer, int size));
|
|
||||||
void ifree P((char * pointer));
|
|
||||||
|
|
||||||
char *
|
char *
|
||||||
imalloc(n)
|
imalloc(n)
|
||||||
const int n;
|
const int n;
|
||||||
|
|||||||
Reference in New Issue
Block a user