ack/util/ceg/ce_back/as_back/symboldef.c
1987-11-20 10:41:03 +00:00

8 lines
95 B
C

#include "header.h"
symbol_definition( s)
char *s;
{
fprint( codefile, SYMBOL_DEF_FMT, s);
}