#pragma ident "%Z%%M% %I% %E% SMI"
/* static char elsieid[] = "@(#)ialloc.c 8.29"; */
/*LINTLIBRARY*/
#include "private.h"
char *
imalloc(n)
const int n;
{
}
void *
void * const pointer;
const int size;
{
}
char *
char * const old;
const char * const new;
{
register char * result;
oldsize = 0;
else if (newsize == 0)
return (old);
return (result);
}
char *
const char * const string;
{
}
void
ifree(p)
char * const p;
{
if (p != NULL)
(void) free(p);
}