
#include "V.h"
/*
* This is a prototype function that uses the V package.
*/
fct(x)
{	int r=0;

	Fenter("fct");
	V5 "Called with x=%d.",x D;
done:
fail:
	Fexit;
	return r;
}
