Google
 

Trailing-Edge - PDP-10 Archives - SRI_NIC_PERM_FS_1_19910112 - c/kcc5/tarray.c
There is 1 other file named tarray.c in the archive. Click here to see a list.
void CMCFEP()
{
   char modtyp[3];
   int  l18epl[5];

   l18epl[3] = (int) modtyp;
}

char *realloc();
int array[4][7];
char **afiles;
foo(x,y)
{
	afiles = (char **)realloc(afiles, 0123);
	return array[x][y];
}
diff(a,b)
char *a,*b;
{	return (a-b); }