Pristine Ack-5.5
[Ack-5.5.git] / util / ceg / defaults / not_impl / not_impl.c
1 #include <system.h>
2 #include "back.h"
3
4 void
5 not_implemented( instr)
6 char *instr;
7 {
8         fprint( STDERR, "!!     %s, NOT implemented     !!\n", instr);
9 }