ack/util/ceg/defaults/not_impl/not_impl.c
1991-09-26 12:55:43 +00:00

9 lines
136 B
C

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