#include <system.h>

not_implemented( instr)
char *instr;
{
	fprint( STDERR, "!!	%s, NOT implemented	!!\n", instr);
}