ack/util/ceg/defaults/not_impl/not_impl.c
1993-11-10 15:07:12 +00:00

10 lines
141 B
C

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