ack/util/ceg/defaults/not_impl/not_impl.c
1987-11-20 10:41:03 +00:00

8 lines
118 B
C

#include <system.h>
not_implemented( instr)
char *instr;
{
fprint( STDERR, "!! %s, NOT implemented !!\n", instr);
}