#include <end.h>
/*---------------------*/
void FEnd(s)
char *s;
{
	printf("fatal error==> %s\n\n   BYE BYE!!\n",s);
	exit(-1);
}
