4.1cBSD/usr/src/ucb/ingres/source/conf/decomp.c

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

# include	<func.h>
# include	<sccs.h>

SCCSID(@(#)decomp.c	7.1	2/5/81)




char Qbuf[1000];
int QbufSiz = sizeof Qbuf;

extern struct fn_def	DeOvqpFn;

struct fn_def	*FuncVect[] =
{
	&DeOvqpFn,
};

int	NumFunc = sizeof FuncVect / sizeof FuncVect[0];