1989-10-13 14:03:25 +00:00

20 lines
232 B
C

#include "em_private.h"
/* $Header$ */
CC_bhcst(op, n, w, i)
arith n;
arith w;
int i;
{
/* BSS or HOL with size n, initial value a cst w, and flag i
*/
PS(op);
CST(n);
COMMA();
CST(w);
COMMA();
CST((arith) i);
NL();
}