Pristine Ack-5.5
[Ack-5.5.git] / util / ceg / ce_back / as_back / symboldef.c
1 #include "header.h"
2
3 symbol_definition( s)
4 char *s;
5 {
6         fprint( codefile, SYMBOL_DEF_FMT, s);
7 }