8 lines
82 B
C
8 lines
82 B
C
|
#include "header.h"
|
||
|
|
||
|
bss( n)
|
||
|
arith n;
|
||
|
{
|
||
|
fprint( codefile, BSS_FMT, (arith) n);
|
||
|
}
|