ack/util/ceg/defaults/not_impl/not_impl.c

8 lines
118 B
C
Raw Normal View History

1987-11-20 10:41:03 +00:00
#include <system.h>
not_implemented( instr)
char *instr;
{
fprint( STDERR, "!! %s, NOT implemented !!\n", instr);
}