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