2.11BSD/ingres/source/dbu/overlayc.c

Compare this file to the similar file:
Show the results in this format:

extern	copy();
extern	save();

int	(*Func[])() =
{
	&copy,
	&save,
};