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

8 lines
82 B
C

#include "header.h"
bss( n)
arith n;
{
fprint( codefile, BSS_FMT, (arith) n);
}